colorful-winsep.nvim
This commit is contained in:
parent
5239467aa6
commit
12b1879f09
1 changed files with 10 additions and 1 deletions
11
init.lua
11
init.lua
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue