Merge: Revert "nixos/profiles/base: install vim w/nix-syntax plugin" (#343800)

This commit is contained in:
Maximilian Bosch
2024-09-24 22:31:02 +02:00
committed by GitHub
+1 -7
View File
@@ -19,13 +19,7 @@
pkgs.cryptsetup # needed for dm-crypt volumes
# Some text editors.
(pkgs.vim.customize {
name = "vim";
vimrcConfig.packages.default = {
start = [ pkgs.vimPlugins.vim-nix ];
};
vimrcConfig.customRC = "syntax on";
})
pkgs.vim
# Some networking tools.
pkgs.fuse