Update git; Update vim

This commit is contained in:
Martin
2025-02-25 14:29:55 +01:00
parent 8e8b47151f
commit c373f5fcfd
5 changed files with 59 additions and 4 deletions

View File

@ -8,12 +8,14 @@
vimAlias = true;
plugins = with pkgs.vimPlugins; [
aerial-nvim
zen-mode-nvim
vim-commentary
vim-repeat
vim-surround
targets-vim
delimitMate
vim-startify
# vim-startify
vim-windowswap
vim-nix
plenary-nvim
@ -52,6 +54,7 @@
home.packages = with pkgs; [
nodejs-slim
marksman
];
}