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