started neovim but swtiched to lunarvim
This commit is contained in:
14
modules/home/nvim/nvim.nix
Normal file
14
modules/home/nvim/nvim.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
_:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = false;
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
};
|
||||
|
||||
hj = {
|
||||
files = {
|
||||
".config/nvim".source = ./nvim;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user