We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bcd72 commit 6e76ffcCopy full SHA for 6e76ffc
content/posts/Neovim Plugins.md
@@ -160,9 +160,11 @@ lspconfig.pyright.setup({ --For Python
160
},
161
162
```
163
- 4. Open nvim and install lsp for any language, I am doing for C/C++:
+ 4. Open nvim and install lsp for any language, I am doing for C/C++ and Python:
164
```python
165
:MasonInstall clangd
166
+ :MasonIntall python-lsp-server
167
+ :MasonInstall pyright
168
169
> In MasonInstall menu, Press U to update and arrow key to scroll and find your required lsp
170
0 commit comments