feat: configure neovim

main
mandlm 2022-06-20 08:16:13 +02:00
parent cd7ca4dd49
commit 088f6b8c1b
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@
};
};
neovim = {
enable = true;
plugins = with pkgs.vimPlugins; [
vim-fugitive
];
};
tmux = {
enable = true;
newSession = true;