File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ highlighting update.
57
57
Module-specific disabling:
58
58
- Don't show highlighting if cursor is on the word that is in a blocklist
59
59
of current filetype. In this example, blocklist for "lua" is "local" and
60
- "require" words, for "javascript" - "import":
61
- >
60
+ "require" words, for "javascript" - "import": >
61
+
62
62
_G.cursorword_blocklist = function()
63
63
local curword = vim.fn.expand('<cword>')
64
64
local filetype = vim.bo.filetype
Original file line number Diff line number Diff line change 57
57
--- Module-specific disabling:
58
58
--- - Don't show highlighting if cursor is on the word that is in a blocklist
59
59
--- of current filetype. In this example, blocklist for "lua" is "local" and
60
- --- "require" words, for "javascript" - "import":
61
- --- >
60
+ --- "require" words, for "javascript" - "import": >
61
+ ---
62
62
--- _G.cursorword_blocklist = function()
63
63
--- local curword = vim.fn.expand('<cword>')
64
64
--- local filetype = vim.bo.filetype
You can’t perform that action at this time.
0 commit comments