nvim: fix M.lualine scope — move after M.load() so M.palette is populated
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user