diff options
| author | Axel Dahlberg <[email protected]> | 2021-03-18 20:09:05 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-18 15:09:05 -0400 | 
| commit | e088a51af9600881854069ce9faa548e3a6d52fe (patch) | |
| tree | e263092126a305172eb7e11f3fcf81cb42872c09 /vimscript | |
| parent | 7d88df1914beae94ff8305f5dfa544c196f9dfb9 (diff) | |
command and keybind to toggle lsp virtual text (#146)
Diffstat (limited to 'vimscript')
| -rw-r--r-- | vimscript/nv-whichkey/init.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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'], | 
