feat: configure neovim
This commit is contained in:
parent
cd7ca4dd49
commit
088f6b8c1b
@ -47,6 +47,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-fugitive
|
||||
];
|
||||
};
|
||||
|
||||
tmux = {
|
||||
enable = true;
|
||||
newSession = true;
|
||||
|
Reference in New Issue
Block a user