hjem
This commit is contained in:
8
modules/home/neovim.nix
Normal file
8
modules/home/neovim.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user