mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-18 18:01:17 +00:00
Merge branch 'main' into no-vimrc
This commit is contained in:
commit
1c6415b5ae
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@
|
||||||
|
|
||||||
flake = {
|
flake = {
|
||||||
lib = {
|
lib = {
|
||||||
inherit (lib) nvim neovimConfiguration;
|
inherit (lib) nvim;
|
||||||
|
inherit (lib.nvim) neovimConfiguration;
|
||||||
};
|
};
|
||||||
|
|
||||||
homeManagerModules = {
|
homeManagerModules = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue