File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Features:
17
17
- "Word under cursor" is meant as in Vim's | <cword> | : something user would
18
18
get as 'iw' text object.
19
19
20
- # Setup~
20
+ # Setup ~
21
21
22
22
This module needs a setup with `require (' mini.cursorword' ).setup ({})`
23
23
(replace `{}` with your `config` table). It will create global Lua table
@@ -30,7 +30,7 @@ You can override runtime config settings locally to buffer inside
30
30
`vim .b .minicursorword_config` which should have same structure as
31
31
`MiniCursorword.config` . See | mini.nvim-buffer-local-config | for more details.
32
32
33
- # Highlight groups~
33
+ # Highlight groups ~
34
34
35
35
* `MiniCursorword` - highlight group of a non-current cursor word.
36
36
Default: plain underline.
@@ -44,7 +44,7 @@ You can override runtime config settings locally to buffer inside
44
44
45
45
To change any highlight group, modify it directly with | :highlight | .
46
46
47
- # Disabling~
47
+ # Disabling ~
48
48
49
49
To disable core functionality, set `vim .g .minicursorword_disable` (globally) or
50
50
`vim .b .minicursorword_disable` (for a buffer) to `true` . Considering high
@@ -82,10 +82,10 @@ Module-specific disabling:
82
82
`MiniCursorword.setup` ({config} )
83
83
Module setup
84
84
85
- Parameters~
85
+ Parameters ~
86
86
{config} `(table|nil)` Module config table. See | MiniCursorword.config | .
87
87
88
- Usage~
88
+ Usage ~
89
89
`require (' mini.cursorword' ).setup ({})` (replace `{}` with your `config` table)
90
90
91
91
------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 17
17
--- - "Word under cursor" is meant as in Vim's |<cword>|: something user would
18
18
--- get as 'iw' text object.
19
19
---
20
- --- # Setup~
20
+ --- # Setup ~
21
21
---
22
22
--- This module needs a setup with `require('mini.cursorword').setup({})`
23
23
--- (replace `{}` with your `config` table). It will create global Lua table
30
30
--- `vim.b.minicursorword_config` which should have same structure as
31
31
--- `MiniCursorword.config`. See |mini.nvim-buffer-local-config| for more details.
32
32
---
33
- --- # Highlight groups~
33
+ --- # Highlight groups ~
34
34
---
35
35
--- * `MiniCursorword` - highlight group of a non-current cursor word.
36
36
--- Default: plain underline.
44
44
---
45
45
--- To change any highlight group, modify it directly with |:highlight|.
46
46
---
47
- --- # Disabling~
47
+ --- # Disabling ~
48
48
---
49
49
--- To disable core functionality, set `vim.g.minicursorword_disable` (globally) or
50
50
--- `vim.b.minicursorword_disable` (for a buffer) to `true`. Considering high
You can’t perform that action at this time.
0 commit comments