neovim config

This commit is contained in:
2024-04-08 18:53:37 +02:00
parent b0f13c07ed
commit f17af995a2
3 changed files with 55 additions and 44 deletions

11
apps/neovim.nix Normal file
View File

@@ -0,0 +1,11 @@
{ unstable, ... }: {
programs.neovim = {
enable = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
defaultEditor = true;
};
}