Adding terraform, hcl and python
This commit is contained in:
parent
d1f6f2fbfd
commit
a3091138df
@ -6,7 +6,7 @@ return {
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = {
|
||||
"vimdoc", "lua", "bash", "yaml", -- "ansible",
|
||||
"vimdoc", "lua", "bash", "yaml", "terraform", "hcl", "python",
|
||||
},
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user