a bunch of neovim configuration

This commit is contained in:
ISnortPennies 2022-09-30 14:48:40 -04:00
parent 1caa58038d
commit bb2057f5d5
3 changed files with 8 additions and 27 deletions

View file

@ -11,10 +11,8 @@ vim-moonfly = pkgs.vimUtils.buildVimPlugin {
};
};
in
{
home.packages = with pkgs; [rustc cargo rust-analyzer clang-tools];
programs.neovim = {
enable = true;
viAlias = true;
@ -68,3 +66,4 @@ in
};
}