nvim: fix M.lualine scope — move after M.load() so M.palette is populated

This commit is contained in:
2026-04-09 23:38:45 +02:00
parent 16a1500e69
commit 5902211b62
2 changed files with 4 additions and 4 deletions

View File

@@ -723,6 +723,8 @@ function M.load()
end
end
M.load()
-- PLUGINS: LUALINE --------------------------------------------------------
-- Export lualine theme from palette for use in lualine config
do
@@ -761,6 +763,4 @@ do
}
end
M.load()
return M

View File

@@ -723,6 +723,8 @@ function M.load()
end
end
M.load()
-- PLUGINS: LUALINE --------------------------------------------------------
-- Export lualine theme from palette for use in lualine config
do
@@ -761,6 +763,4 @@ do
}
end
M.load()
return M