File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ [* .lua ]
2+ indent_style = space
3+ indent_size = 2
4+ quote_style = single
Original file line number Diff line number Diff line change 1717
1818--- @deprecated Use `enable()` instead
1919function M .enable_reference_highlights (references , bufnr )
20- local message = " refjump.nvim: `enable_reference_highlights()` has been renamed to `enable()`"
20+ local message = ' refjump.nvim: `enable_reference_highlights()` has been renamed to `enable()`'
2121 vim .notify (message , vim .log .levels .WARN )
2222 M .enable (references , bufnr )
2323end
4343
4444--- @deprecated Use `disable()` instead
4545function M .disable_reference_highlights ()
46- local message = " refjump.nvim: `disable_reference_highlights()` has been renamed to `disable()`"
46+ local message = ' refjump.nvim: `disable_reference_highlights()` has been renamed to `disable()`'
4747 vim .notify (message , vim .log .levels .WARN )
4848 M .disable ()
4949end
You can’t perform that action at this time.
0 commit comments