1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

neovim(python): Use basedpyright for LSP & ruff for linting &

formatting
This commit is contained in:
Pratik Tripathy
2025-10-20 16:56:12 +05:30
parent b92617e518
commit 8bcea5312e
6 changed files with 9 additions and 14 deletions
-7
View File
@@ -1,7 +0,0 @@
return {
cmd = { "pylsp" },
filetypes = { "python" },
settings = {
pylsp = {},
},
}