-- syntax highlighting via treesitter -- -- use :TSInstall to install languages -- -- go, scala, c & cpp, python, comment, ... -- require'nvim-treesitter.configs'.setup { highlight = { enable = true }, indent = { enable = true }, }