Install and enable neovim

This commit is contained in:
Khaïs COLIN 2024-07-14 19:52:35 +02:00
parent cc272f0cce
commit 7c2594076f

View file

@ -23,4 +23,12 @@ in {
stateVersion = "23.11";
};
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
};
}