✨ feat(nvim): set basedpyright as default python lsp
This commit is contained in:
parent
35e4af409e
commit
c8cf1999e5
1 changed files with 4 additions and 0 deletions
|
@ -50,3 +50,7 @@ if vim.fn.has("nvim-0.10") == 1 then
|
||||||
end
|
end
|
||||||
|
|
||||||
o.conceallevel = 2
|
o.conceallevel = 2
|
||||||
|
|
||||||
|
-- LSP Server to use for Python.
|
||||||
|
-- Set to "basedpyright" to use basedpyright instead of pyright.
|
||||||
|
vim.g.lazyvim_python_lsp = "basedpyright"
|
||||||
|
|
Loading…
Add table
Reference in a new issue