feat(nvim): set basedpyright as default python lsp

This commit is contained in:
Sergio Laín 2024-03-22 21:32:15 +01:00
parent 35e4af409e
commit c8cf1999e5
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -50,3 +50,7 @@ if vim.fn.has("nvim-0.10") == 1 then
end
o.conceallevel = 2
-- LSP Server to use for Python.
-- Set to "basedpyright" to use basedpyright instead of pyright.
vim.g.lazyvim_python_lsp = "basedpyright"