Skip to content

Commit 6e76ffc

Browse files
committed
Changed
Signed-off-by: ramzan3019 <kali.arch.78@gmail.com>
1 parent d8bcd72 commit 6e76ffc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/posts/Neovim Plugins.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,11 @@ lspconfig.pyright.setup({ --For Python
160160
},
161161

162162
```
163-
4. Open nvim and install lsp for any language, I am doing for C/C++:
163+
4. Open nvim and install lsp for any language, I am doing for C/C++ and Python:
164164
```python
165165
:MasonInstall clangd
166+
:MasonIntall python-lsp-server
167+
:MasonInstall pyright
166168
```
167169
> In MasonInstall menu, Press U to update and arrow key to scroll and find your required lsp
168170

0 commit comments

Comments
 (0)