fixed formatting in vim

This commit is contained in:
2022-11-15 10:51:28 -07:00
parent af1a0beed2
commit 991f7aee59
3 changed files with 62 additions and 29 deletions
+23
View File
@@ -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