mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
a bunch of neovim configuration
This commit is contained in:
parent
1caa58038d
commit
bb2057f5d5
3 changed files with 8 additions and 27 deletions
|
|
@ -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
|
|||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue