execute early options before anything else
This commit is contained in:
@@ -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
|
||||||
@@ -139,6 +139,8 @@ end
|
|||||||
|
|
||||||
--- Set up rootiest module
|
--- Set up rootiest module
|
||||||
function M.setup()
|
function M.setup()
|
||||||
|
-- Early interventions
|
||||||
|
require('config.early')
|
||||||
-- Setup OS variables
|
-- Setup OS variables
|
||||||
setup_os_vars()
|
setup_os_vars()
|
||||||
-- Setup neovide
|
-- Setup neovide
|
||||||
|
|||||||
Reference in New Issue
Block a user