execute early options before anything else

This commit is contained in:
2024-12-28 18:45:16 -05:00
parent c3e008dd67
commit ba40d4ad11
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ Early interventions │
-- ╰─────────────────────────────────────────────────────────╯
-- Address vim.hl bug impacting `:Inspect` command
---@see https://github.com/neovim/neovim/issues/31675
vim.hl = vim.highlight
+2
View File
@@ -139,6 +139,8 @@ end
--- Set up rootiest module
function M.setup()
-- Early interventions
require('config.early')
-- Setup OS variables
setup_os_vars()
-- Setup neovide