diff --git a/common/.config/nvim/lua/plugins.lua b/common/.config/nvim/lua/plugins.lua index 9f85fbb..5b7c105 100644 --- a/common/.config/nvim/lua/plugins.lua +++ b/common/.config/nvim/lua/plugins.lua @@ -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)