Cursorword highlight from mini

This commit is contained in:
Imbus 2024-08-07 16:56:37 +02:00
parent 76ce2518e1
commit 9b26df0189

View file

@ -28,6 +28,11 @@ return { -- Collection of various small independent plugins/modules
-- Simple startup screen
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.
-- You could remove this setup call if you don't like it,
-- and try some other statusline plugin