global/neovim: run pylsp in xonsh files
This commit is contained in:
parent
b64195f212
commit
9b94e8ce1f
1 changed files with 4 additions and 0 deletions
|
@ -245,6 +245,10 @@ in
|
|||
nimls.enable = programming.nim.enable;
|
||||
pylsp = {
|
||||
enable = programming.python.enable;
|
||||
filetypes = [
|
||||
"python"
|
||||
"xonsh"
|
||||
];
|
||||
settings = {
|
||||
plugins = {
|
||||
autopep8.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue