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;
|
nimls.enable = programming.nim.enable;
|
||||||
pylsp = {
|
pylsp = {
|
||||||
enable = programming.python.enable;
|
enable = programming.python.enable;
|
||||||
|
filetypes = [
|
||||||
|
"python"
|
||||||
|
"xonsh"
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
plugins = {
|
plugins = {
|
||||||
autopep8.enable = false;
|
autopep8.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue