Skip to content

Commit

Permalink
Merge: Revert "nixos/profiles/base: install vim w/nix-syntax plugin" (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Sep 24, 2024
2 parents 977411f + 82978a8 commit 2a0f7e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nixos/modules/profiles/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0f7e3

Please sign in to comment.