fixed formatting in vim
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
## LSP
|
||||
Get type definition | <space>D
|
||||
Rename symbol | <space>rn
|
||||
Code action | <space>ca
|
||||
Find references | gr
|
||||
Format file | <space>f
|
||||
Goto declaration | gD
|
||||
Goto definition | gd
|
||||
Toggle hover over symbol | K
|
||||
Goto implementation | gi
|
||||
Get signature | <C-k>
|
||||
Add folder to workspace | <space>wa
|
||||
Remove folder from workspace | <space>wr
|
||||
List workspace folders | <space>wl
|
||||
|
||||
## Diagnostics
|
||||
Open diagnostics as floating window | <space>e
|
||||
Goto next diagnostic | [d
|
||||
Goto previous diagnostic | ]d
|
||||
Show diagnostics | <space>q
|
||||
|
||||
## Misc
|
||||
Find in project | <leader>f
|
||||
Reference in New Issue
Block a user