nvim: Make cursorword highlights more inconspicuous
This commit is contained in:
parent
aa68137ff8
commit
f1b7c02aee
1 changed files with 2 additions and 0 deletions
|
@ -34,3 +34,5 @@ starter.setup({
|
||||||
starter.gen_hook.aligning('center', 'center')
|
starter.gen_hook.aligning('center', 'center')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.api.nvim_set_hl(0, 'MiniCursorword', { bold = true })
|
||||||
|
|
Loading…
Reference in a new issue