fix nvim-lint, other fixes
This commit is contained in:
parent
c84e455173
commit
81c6df2323
6 changed files with 23 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue