style(nvim): remove clutter etc.

This commit is contained in:
Moritz Böhme 2024-10-26 17:09:27 +02:00
parent a6309af0e6
commit d257605202
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 7 additions and 32 deletions

View file

@ -17,30 +17,6 @@ in
xdotool # for vimtex
];
# programs.neovim = {
# extraPackages = with pkgs;
# [
# alejandra
# checkmake
# codespell
# deadnix
# dotenv-linter
# fish
# jq
# nil
# nixd
# nixpkgs-fmt
# nodePackages.bash-language-server
# python3Packages.python-lsp-server
# shellcheck
# shfmt
# stable.yamlfix
# statix
# taplo
# yamllint
# ];
# };
programs.nixvim = {
enable = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;