mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
lua: add options to highlight.on_yank (#12549)
NOTE: Configuration options have changed for highlight.on_yank. Check help for |:help highlight.on_yank()|
This commit is contained in:
@@ -288,6 +288,9 @@ local function __index(t, key)
|
||||
elseif key == 'lsp' then
|
||||
t.lsp = require('vim.lsp')
|
||||
return t.lsp
|
||||
elseif key == 'highlight' then
|
||||
t.highlight = require('vim.highlight')
|
||||
return t.highlight
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user