summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-11-29 14:33:41 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-11-29 14:41:10 +0300
commit2eb2d0ee421c9f02389224d6bf443243fc32a9ef (patch)
tree23f9e2fc6951d22767bc4b5b3de97c3bf3e83700 /lua
parentfix: `multicursor.nvim` now supports counts (diff)
downloadneovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.gz
neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.bz2
neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.lz
neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.xz
neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.zst
neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.zip
feat: add `basedpyright` for Python files
Diffstat (limited to 'lua')
-rw-r--r--lua/config/lsp.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua
index 059b754..8596654 100644
--- a/lua/config/lsp.lua
+++ b/lua/config/lsp.lua
@@ -12,6 +12,8 @@ vim.lsp.enable({
"nixd",
+ "basedpyright",
+
"qmlls",
"rust-analyzer",