feat: configure neovim

This commit is contained in:
Michael Mandl 2022-06-20 08:16:13 +02:00
parent cd7ca4dd49
commit 088f6b8c1b

View file

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