From 184c1dfb450a6dce4387d153b4842bf0f7c4e78f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 12 Dec 2017 21:44:34 -0700 Subject: Add htop --- plugin/vim-options.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 4c503ce..73c590b 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -119,6 +119,9 @@ if has('nvim') tnoremap j tnoremap k tnoremap l + tnoremap + nmap sk:edit term://bashi + nmap sk:edit term://htopj else let $EditorDir=$HOME.'/.vim/' let $SessionDir='.' @@ -404,9 +407,11 @@ endif " Ale "----------------------------------------------------------------------------------------------------------------------- if !empty(glob($EditorDir.'plugged/ale/autoload/ale.vim')) + let g:ale_lint_on_enter = 0 let g:ale_sign_column_always = 1 let g:ale_lint_on_text_changed = 'never' let g:ale_python_mypy_options='--ignore-missing-imports' + let g:ale_history_enabled = 0 highlight clear ALEErrorSign highlight clear ALEWarningSign endif @@ -420,6 +425,7 @@ endif if !empty(glob($EditorDir.'plugged/tagbar/plugin/tagbar.vim')) nmap :TagbarToggle let g:tagbar_foldlevel = 1 + autocmd VimEnter * nested :TagbarOpen endif "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3