From 8d9afa4ef2e7d8bebb0e9a972573cce7c3dc73eb Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 19 Apr 2021 09:29:13 +0200 Subject: [PATCH] Various updates --- script/updateinvidious | 2 +- vim/after/ftplugin/go.vim | 2 +- vimrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/script/updateinvidious b/script/updateinvidious index 60cd062..157a300 100755 --- a/script/updateinvidious +++ b/script/updateinvidious @@ -17,7 +17,7 @@ if [ ! -d $destdir ]; then else echo "Updating invidious..." cd $destdir - git pull -q --rebase + git pull --rebase fi cd $destdir diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index 364eb7d..567f837 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -18,7 +18,7 @@ nmap gat :GoAddTags nmap grt :GoRemoveTags nmap gec :up:GoErrCheck -nnoremap _ caw_ b +nnoremap _ ciw_b nnoremap dr :GoDebugBreakpoint nnoremap d! :GoDebugStart diff --git a/vimrc b/vimrc index 258edbb..eba804a 100644 --- a/vimrc +++ b/vimrc @@ -314,6 +314,7 @@ let g:lsp_diagnostics_float_cursor = 1 let g:lsp_diagnostics_float_delay = 175 let g:lsp_diagnostics_highlight_delay = 175 let g:lsp_diagnostics_signs_delay = 175 +let g:lsp_diagnostics_signs_priority = 100 let g:lsp_diagnostics_code_action_signs_delay = 175 let g:lsp_document_highlight_delay = 500 let g:lsp_async_completion = 1