jebaum / nvim-cursorword

highlight the word under the cursor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-cursorword

Part of nvim-cursorline.

screenshot

feature

Only highlight the word under the cursor.

Options

" disable highlighting for some filetypes
let g:cursorword_disable_filetypes = []

" disable highlighting at startup.
" run :CursorWordEnable or :CursorWordToggle to activate highlighting
let g:cursorword_disable_at_startup = 1

" min width of word
let g:cursorword_min_width = 3

" max width of word
let g:cursorword_max_width = 50

Commands

:CursorWordDisable
:CursorWordEnable
:CursorWordToggle

highlight

by default

hi default CursorWord cterm=underline gui=underline

About

highlight the word under the cursor.


Languages

Language:Lua 100.0%