diff options
| -rw-r--r-- | plugin/lsp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/lsp.lua b/plugin/lsp.lua index 3d913da..7a5c87a 100644 --- a/plugin/lsp.lua +++ b/plugin/lsp.lua @@ -1,6 +1,7 @@ vim.lsp.enable({ "lua_ls", - "clangd" + "clangd", + "basedpyright" }) -- Use LspAttach autocommand to only map the following keys |
