summaryrefslogtreecommitdiffstats
path: root/lua/core/handler.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-22 18:07:36 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-22 18:07:36 -0400
commita7929fa1c04758a0da28a58d3da195c7b218679b (patch)
treeecf13ead495e9b99896c0145fd61c5e5922e1993 /lua/core/handler.lua
parent87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b (diff)
downloadnvim-a7929fa1c04758a0da28a58d3da195c7b218679b.tar.gz
nvim-a7929fa1c04758a0da28a58d3da195c7b218679b.tar.bz2
nvim-a7929fa1c04758a0da28a58d3da195c7b218679b.zip
move highlights to colorscheme, and change cmp style
Diffstat (limited to 'lua/core/handler.lua')
-rw-r--r--lua/core/handler.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/core/handler.lua b/lua/core/handler.lua
index e1d62c8..0038146 100644
--- a/lua/core/handler.lua
+++ b/lua/core/handler.lua
@@ -1,6 +1,5 @@
require('core.plugins') -- load plugins first to allow colorscheme to be set in opts
require('core.opts')
-require('core.highlight')
require('core.binds')
require('core.auto')
require('core.cmds')