some changes

This commit is contained in:
2026-01-24 00:50:45 -07:00
parent 9c7c68c8f4
commit 50a8c1fcc7
8 changed files with 56 additions and 35 deletions

View File

@@ -63,3 +63,7 @@ vim.diagnostic.config({
border = "rounded",
},
})
-- Python
vim.g.lazyvim_python_lsp = "pyright"
vim.g.lazyvim_python_ruff = "ruff"