feat: move neovim config to LazyVim
This commit is contained in:
parent
6067f0ff0b
commit
e21342857d
16 changed files with 569 additions and 137 deletions
14
users/gandalf/modules/neovim/default.nix
Normal file
14
users/gandalf/modules/neovim/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }: {
|
||||
|
||||
xdg.configFile."nvim" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue