diff options
| author | 2025-11-29 14:33:41 +0300 | |
|---|---|---|
| committer | 2025-11-29 14:41:10 +0300 | |
| commit | 2eb2d0ee421c9f02389224d6bf443243fc32a9ef (patch) | |
| tree | 23f9e2fc6951d22767bc4b5b3de97c3bf3e83700 /lua/config | |
| parent | fix: `multicursor.nvim` now supports counts (diff) | |
| download | neovim-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/config')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
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", |
