nvim: treesitter: Enable some more languages with treesitter

This commit is contained in:
Sanchayan Maity 2021-02-25 12:32:05 +05:30
parent eb368b2e1f
commit abd22a73db

View file

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