From 4a2dcce7b207edfaabf9752598ee4422eca1b0b1 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 24 Mar 2021 09:38:55 +0100 Subject: [PATCH] Update vimrc --- vim/after/ftplugin/go.vim | 1 + vimrc | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index 2b22ad3..1f717ac 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -35,6 +35,7 @@ let g:go_echo_command_info = 0 let g:go_echo_go_info = 0 let g:go_highlight_diagnostic_errors = 0 let g:go_highlight_diagnostic_warnings = 0 +let g:go_highlight_trailing_whitespace_error=0 " g:go_statusline_duration doesn't seem to work accurately, but does help " reduce the time the build/test success messages are shown in the status diff --git a/vimrc b/vimrc index 0c32a99..f48927b 100644 --- a/vimrc +++ b/vimrc @@ -149,7 +149,7 @@ let g:deoplete#enable_at_startup = 1 call deoplete#custom#option('num_processes', 1) call deoplete#custom#option('max_list', 30) call deoplete#custom#option('auto_complete_delay', 25) -call deoplete#custom#option('auto_refresh_delay', 250) +call deoplete#custom#option('auto_refresh_delay', 50) call deoplete#custom#option('refresh_always', v:false) call deoplete#custom#option('prev_completion_mode', 'length') call deoplete#custom#option('omni_patterns', { @@ -158,7 +158,6 @@ call deoplete#custom#option('omni_patterns', { " : completion. inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" -inoremap pumvisible() ? "\" : "\" " vim-markdown configuration: let g:vim_markdown_conceal = 1