diff --git a/lua/plugins/mini.lua b/lua/plugins/mini.lua index 3c10141..f7fd466 100644 --- a/lua/plugins/mini.lua +++ b/lua/plugins/mini.lua @@ -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