summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-11-18 21:50:52 +0530
committerBrahmajit Das <listout@listout.xyz>2025-11-18 21:50:52 +0530
commita56a11c60a4e176472634c064cbf01b1506e4a09 (patch)
tree886e178f7c7c6d1ca0ac5b95a009c2bddd9ce4ed
parent43e83dc772aabe520832be8682b68ec1b48f485b (diff)
plugins: lsp: enable basedpyright
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--plugin/lsp.lua3
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