diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index a787d56..910005d 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -126,6 +126,10 @@ lspconfig.tsserver.setup({ lspconfig.rust_analyzer.setup { } +-- LSP: python +lspconfig.pyright.setup { +} + -- LSP: C/C++ lspconfig.clangd.setup({})