many changes and more modularizing
This commit is contained in:
7
hosts/nb/modules/nvim/nvim.nix
Normal file
7
hosts/nb/modules/nvim/nvim.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
self: super: {
|
||||
neovim = super.neovim.override {
|
||||
luaPackages = super.luaPackages // {
|
||||
lyaml = super.luaPackages.lyaml;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user