Add python lsp to nvim
This commit is contained in:
parent
303f719d9d
commit
39036609c5
@ -126,6 +126,10 @@ lspconfig.tsserver.setup({
|
||||
lspconfig.rust_analyzer.setup {
|
||||
}
|
||||
|
||||
-- LSP: python
|
||||
lspconfig.pyright.setup {
|
||||
}
|
||||
|
||||
-- LSP: C/C++
|
||||
lspconfig.clangd.setup({})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user