Install neovim
This commit is contained in:
parent
1d53d701a9
commit
bd17541724
@ -6,6 +6,7 @@
|
||||
./qt/retro
|
||||
./terminal
|
||||
./oh-my-posh
|
||||
./neovim
|
||||
];
|
||||
|
||||
# Allow Unfree
|
||||
|
||||
12
modules/home-manager/neovim/default.nix
Normal file
12
modules/home-manager/neovim/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
lazyvim
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user