You've already forked dotfiles
fix: Cleaning up some aspects of the language support work to move into
development and finish cleaning the main branch.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
return {
|
||||
cmd = { 'pylsp' },
|
||||
filetypes = { 'python' },
|
||||
root_markers = {
|
||||
'pyproject.toml',
|
||||
'setup.py',
|
||||
'setup.cfg',
|
||||
'requirements.txt',
|
||||
'Pipfile',
|
||||
'.git',
|
||||
},
|
||||
settings = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
|
||||
Reference in New Issue
Block a user