Enable additional_vim_regex_highlighting
This commit is contained in:
parent
96b0313c36
commit
960b48199e
@ -186,12 +186,11 @@ vim.g.vdebug_options = { port = '9000' }
|
||||
-- Treesitter
|
||||
--
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = { 'haskell', 'php', 'lua' },
|
||||
ensure_installed = {
|
||||
'haskell', 'php', 'lua', 'css', 'dockerfile', 'html', 'javascript', 'markdown', 'ruby', 'vue'
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false
|
||||
},
|
||||
indent = {
|
||||
enable = true
|
||||
additional_vim_regex_highlighting = true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user