mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-20 10:51:17 +00:00
plugins/theme: fix fixed theme DAG place
This commit is contained in:
parent
c3e42d15ec
commit
62c80aa912
2 changed files with 4 additions and 5 deletions
|
|
@ -134,9 +134,8 @@ in {
|
|||
vim = {
|
||||
luaConfigRC = {
|
||||
globalsScript = concatLines globalsScript;
|
||||
# basic comes after globalsScript,
|
||||
# but it's defined modules/neovim/init/basic.nix
|
||||
pluginConfigs = entryAfter ["basic"] pluginConfigs;
|
||||
# basic, theme
|
||||
pluginConfigs = entryAfter ["theme"] pluginConfigs;
|
||||
extraPluginConfigs = entryAfter ["pluginConfigs"] extraPluginConfigs;
|
||||
mappings = entryAfter ["extraPluginConfigs"] mappings;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue