fix nvim-lint, other fixes

This commit is contained in:
Maciej Lebiest 2023-02-23 21:49:48 +01:00
parent c84e455173
commit 81c6df2323
6 changed files with 23 additions and 24 deletions

View file

@ -38,7 +38,7 @@ return function()
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
-- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = false, -- default=false
additional_vim_regex_highlighting = true, -- default=false
},
}
end