feat(nvim): improve mini cursorword highlight

This commit is contained in:
Price Hiller 2022-07-08 17:31:25 -05:00
parent 9d58957e39
commit 341d8b5eef

View File

@ -608,7 +608,9 @@ return packer.startup({
'echasnovski/mini.nvim',
config = function()
-- Underline matching words to word undor cursor
vim.api.nvim_set_hl(0, 'Minicursorword', { bold = true, undercurl = true })
require('mini.cursorword').setup({})
-- Surround operators
require('mini.surround').setup({
mappings = {