Add python lsp to nvim

This commit is contained in:
Torjus Håkestad 2024-06-04 16:09:50 +02:00
parent 303f719d9d
commit 39036609c5

View File

@ -126,6 +126,10 @@ lspconfig.tsserver.setup({
lspconfig.rust_analyzer.setup {
}
-- LSP: python
lspconfig.pyright.setup {
}
-- LSP: C/C++
lspconfig.clangd.setup({})