-- Tree sitter local ts = require 'nvim-treesitter.configs' ts.setup { ensure_installed = { 'bash', 'c', 'cmake', 'dockerfile', 'latex', 'lua', 'markdown', 'markdown_inline', 'python', 'yaml' }, sync_install = false, highlight = { enable = true, additional_vim_regex_highlighting = false, } }