diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-22 18:07:36 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-22 18:07:36 -0400 |
commit | a7929fa1c04758a0da28a58d3da195c7b218679b (patch) | |
tree | ecf13ead495e9b99896c0145fd61c5e5922e1993 /lua/core/handler.lua | |
parent | 87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b (diff) | |
download | nvim-a7929fa1c04758a0da28a58d3da195c7b218679b.tar.gz nvim-a7929fa1c04758a0da28a58d3da195c7b218679b.tar.bz2 nvim-a7929fa1c04758a0da28a58d3da195c7b218679b.zip |
move highlights to colorscheme, and change cmp style
Diffstat (limited to '')
-rw-r--r-- | lua/core/handler.lua | 1 |
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') |