-- Tree sitter local ts = require 'nvim-treesitter.configs' ts.setup { ensure_installed = 'all', sync_install = false, ignore_install = { 'erlang' }, highlight = { enable = true, additional_vim_regex_highlighting = false, } }