Vim config update

This commit is contained in:
Filippo Berto 2023-01-26 22:01:59 +01:00
parent 828c687eff
commit 629816db84
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 20 additions and 4 deletions

View file

@ -3,4 +3,5 @@
[ nixpkgs-fmt nixfmt nix-prefetch-scripts nix-review nix-tree ]
++ lib.optionals config.programs.helix.enable [ nil ]
++ lib.optionals config.programs.kakoune.enable [ rnix-lsp ];
programs.neovim.plugins = with pkgs.vimPlugins; [ vim-nix ];
}