Update plugins.lua
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
||||
{
|
||||
'tzachar/local-highlight.nvim',
|
||||
config = function()
|
||||
require('local-highlight').setup(
|
||||
require('local-highlight').setup({
|
||||
hlgroup = 'Search',
|
||||
cw_hlgroup = nil,
|
||||
-- Whether to display highlights in INSERT mode or not
|
||||
@@ -22,7 +22,7 @@ return {
|
||||
min_match_len = 1,
|
||||
max_match_len = math.huge,
|
||||
highlight_single_match = true,
|
||||
})
|
||||
})
|
||||
vim.api.nvim_create_autocmd('BufRead', {
|
||||
pattern = {'*.*'},
|
||||
callback = function(data)
|
||||
|
||||
Reference in New Issue
Block a user