nvim: Make cursorword highlights more inconspicuous

This commit is contained in:
Marty Oehme 2023-03-22 17:29:41 +01:00
parent aa68137ff8
commit f1b7c02aee
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -34,3 +34,5 @@ starter.setup({
starter.gen_hook.aligning('center', 'center')
}
})
vim.api.nvim_set_hl(0, 'MiniCursorword', { bold = true })