nvim: treesitter: Enable some more languages

This commit is contained in:
Sanchayan Maity 2021-01-14 14:33:49 +05:30
parent e62cb8f3ab
commit 4efbec8683
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "c", "cpp", "lua", "rust" },
ensure_installed = { "bash", "c", "cpp", "fennel", "java", "lua", "python", "rust", "toml" },
highlight = {
enable = true,
},