command and keybind to toggle lsp virtual text (#146)

This commit is contained in:
Axel Dahlberg 2021-03-18 20:09:05 +01:00 committed by GitHub
parent 7d88df1914
commit e088a51af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View file

@ -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'],