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