diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index ea1ddab..86f477b 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -245,6 +245,10 @@ in nimls.enable = programming.nim.enable; pylsp = { enable = programming.python.enable; + filetypes = [ + "python" + "xonsh" + ]; settings = { plugins = { autopep8.enable = false;