mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 08:37:35 +00:00
Move colors loading after lazy
This commit is contained in:
parent
6d4a1b2bd9
commit
d2e67b404f
@ -7,7 +7,6 @@ local o = vim.o
|
||||
-- Helpers
|
||||
require("_settings")
|
||||
require("_bindings")
|
||||
require("_colors")
|
||||
|
||||
-- Use better grep programs
|
||||
if vim.fn.executable("rg") == 1 then
|
||||
@ -25,3 +24,6 @@ vim.g.polyglot_disabled = { "go", "rust" }
|
||||
|
||||
-- Plugins
|
||||
require("lazy_init")
|
||||
|
||||
-- Load colors after plugins
|
||||
require("_colors")
|
||||
|
Loading…
Reference in New Issue
Block a user