switched to basedpyright

This commit is contained in:
Daveanand Mannie
2024-08-25 16:42:01 -04:00
parent b2f6d56e09
commit 278dbcc34a
2 changed files with 4 additions and 5 deletions

View File

@@ -3,8 +3,7 @@
-- Add any additional options hereby
vim.g.autoformat = false
vim.g.lazyvim_python_lsp = "pyright"
vim.g.lazyvim_python_ruff = "ruff"
vim.g.lazyvim_python_lsp = "basedpyright"
vim.o.tabstop = 4
vim.o.expandtab = true