mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:16:10 +01:00
neovim config
This commit is contained in:
11
apps/neovim.nix
Normal file
11
apps/neovim.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ unstable, ... }: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user