nvim: treesitter: Enable some more languages with treesitter
This commit is contained in:
parent
eb368b2e1f
commit
abd22a73db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue