colorful-winsep.nvim

This commit is contained in:
Rikuoh Tsujitani 2023-09-15 18:32:08 +09:00
parent 5239467aa6
commit 12b1879f09
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -181,7 +181,7 @@ defaults = {lazy = true},
{'mvllow/modes.nvim', event = 'BufNewFile, BufRead'}, {'mvllow/modes.nvim', event = 'BufNewFile, BufRead'},
{'monaqa/dial.nvim', event = 'VeryLazy'}, {'monaqa/dial.nvim', event = 'VeryLazy'},
{'tpope/vim-repeat', 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'}, {'vim-jp/vimdoc-ja', ft = 'help'},
--non-lazy --non-lazy
@ -596,6 +596,15 @@ require('modes').setup({
}) })
--colorful-winsep
require("colorful-winsep").setup({
highlight = {
bg = "",
fg = "#E8AEAA",
},
})
--nvim-hlslens --nvim-hlslens
require('hlslens').setup() require('hlslens').setup()
local kopts = {noremap = true, silent = true} local kopts = {noremap = true, silent = true}