Skip to content

Commit

Permalink
manually reformatted vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSadmin committed Sep 23, 2024
1 parent f0370e9 commit 356eeed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/machines/_common/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
name = "vim";
# Install plugins for example for syntax highlighting of nix files
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
start = [ vim-nix vim-lastplace ];
start = [
vim-nix
vim-lastplace
];
opt = [ ];
};
vimrcConfig.customRC = ''
Expand Down

0 comments on commit 356eeed

Please sign in to comment.