feat: move neovim config to LazyVim

This commit is contained in:
Jacob Bachmann 2023-12-11 18:27:41 +01:00
parent 6067f0ff0b
commit e21342857d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
16 changed files with 569 additions and 137 deletions

View file

@ -0,0 +1,14 @@
{ ... }: {
xdg.configFile."nvim" = {
source = ./config;
recursive = true;
};
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
};
}