feat: configure neovim
This commit is contained in:
parent
cd7ca4dd49
commit
088f6b8c1b
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
vim-fugitive
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
tmux = {
|
tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
newSession = true;
|
newSession = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue