nvim: minor plugin config cleanup

This commit is contained in:
Kevin Baensch 2025-07-02 15:51:33 +02:00
parent c266045624
commit ed1b6d84e3
Signed by: derped
SSH key fingerprint: SHA256:8/FSu/lmp3c1Z17Gml06JRIEHtDjhwdd7g6pBaHQWBc
4 changed files with 3 additions and 4 deletions

View file

@ -11,6 +11,5 @@ lib.optionalAttrs (lib.elem "nvim::lsp::bash" config.machine.pkgs) {
"${pkgs.nodePackages.bash-language-server}/bin/bash-language-server"
"start"
];
filetypes = [ "sh" ];
};
}