mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
command and keybind to toggle lsp virtual text (#146)
This commit is contained in:
parent
7d88df1914
commit
e088a51af9
3 changed files with 18 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue