We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecbb1b commit a98d0beCopy full SHA for a98d0be
1 file changed
src/content/docs/programming_stuff/neovim/problems.md
@@ -0,0 +1,14 @@
1
+---
2
+title: Underated Neovim Keymaps
3
+description: A list of Shortcuts/Keymaps for Neovim that are UP to the Standard of Usefullness and Rare
4
5
+
6
+A list of fixes to common problems
7
8
+## LSP related
9
10
+In a python project when, importing a module gives not found error try:
11
12
+```
13
+:LspRestart
14
0 commit comments