Cursorword highlight from mini
This commit is contained in:
parent
76ce2518e1
commit
9b26df0189
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ return { -- Collection of various small independent plugins/modules
|
||||||
-- Simple startup screen
|
-- Simple startup screen
|
||||||
require('mini.starter').setup()
|
require('mini.starter').setup()
|
||||||
|
|
||||||
|
-- Highlight word under cursor.
|
||||||
|
-- Useful for motions similar to 'diw' and 'ciw'
|
||||||
|
-- as well as # and * searches
|
||||||
|
require('mini.cursorword').setup()
|
||||||
|
|
||||||
-- Simple and easy statusline.
|
-- Simple and easy statusline.
|
||||||
-- You could remove this setup call if you don't like it,
|
-- You could remove this setup call if you don't like it,
|
||||||
-- and try some other statusline plugin
|
-- and try some other statusline plugin
|
||||||
|
|
Loading…
Reference in a new issue