Introduce neovim configuration through nested imports
This commit is contained in:
@@ -34,9 +34,10 @@ in
|
|||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
waylandSupport = true;
|
waylandSupport = true;
|
||||||
|
initLua = "require('nvim')";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim/nvim" = {
|
xdg.configFile."nvim/lua/nvim" = {
|
||||||
source = neovim_configuration;
|
source = neovim_configuration;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user