diff --git a/init.lua b/init.lua index d372661..cb43fdd 100644 --- a/init.lua +++ b/init.lua @@ -181,7 +181,7 @@ defaults = {lazy = true}, {'mvllow/modes.nvim', event = 'BufNewFile, BufRead'}, {'monaqa/dial.nvim', event = 'VeryLazy'}, {'tpope/vim-repeat', event = 'VeryLazy'}, -{'dstein64/vim-startuptime', cmd = 'StartupTime'}, +{'nvim-zh/colorful-winsep.nvim', config = true, event = 'WinNew'}, {'vim-jp/vimdoc-ja', ft = 'help'}, --non-lazy @@ -596,6 +596,15 @@ require('modes').setup({ }) +--colorful-winsep +require("colorful-winsep").setup({ + highlight = { + bg = "", + fg = "#E8AEAA", + }, +}) + + --nvim-hlslens require('hlslens').setup() local kopts = {noremap = true, silent = true}