documenting and formatting

This commit is contained in:
Rouven Seifert 2022-12-27 18:21:33 +01:00
parent 398f35980e
commit aa37759efc
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 18 additions and 51 deletions

View file

@ -5,7 +5,7 @@
((vim_configurable.override { }).customize {
name = "vim";
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
start = [ vim-nix vim-lastplace ];
start = [ vim-nix ];
opt = [ ];
};
vimrcConfig.customRC = ''