From e088a51af9600881854069ce9faa548e3a6d52fe Mon Sep 17 00:00:00 2001 From: Axel Dahlberg Date: Thu, 18 Mar 2021 20:09:05 +0100 Subject: command and keybind to toggle lsp virtual text (#146) --- vimscript/nv-whichkey/init.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vimscript/nv-whichkey/init.vim') diff --git a/vimscript/nv-whichkey/init.vim b/vimscript/nv-whichkey/init.vim index 3b35afc1..273b020c 100644 --- a/vimscript/nv-whichkey/init.vim +++ b/vimscript/nv-whichkey/init.vim @@ -185,6 +185,7 @@ let g:which_key_map.l = { \ 'D' : [':Telescope lsp_workspace_diagnostics', 'workspace diagnostics'], \ 'f' : [':LspFormatting' , 'format'], \ 'I' : [':LspInfo' , 'lsp info'], + \ 'v' : [':LspVirtualTextToggle' , 'lsp toggle virtual text'], \ 'l' : [':Lspsaga lsp_finder' , 'lsp finder'], \ 'L' : [':Lspsaga show_line_diagnostics' , 'line_diagnostics'], \ 'o' : [':Vista!!' , 'outline'], -- cgit v1.2.3