feat: new config with everything manually installed
This commit is contained in:
5
lsp/pyright.lua
Normal file
5
lsp/pyright.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'pyright-langserver', '--stdio' },
|
||||
filetypes = { 'python' },
|
||||
root_markers = { 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user