yaml seems to be working now 🤷
This commit is contained in:
parent
a47619c26a
commit
242b862cdc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ require("nvim-treesitter.configs").setup({
|
||||||
"toml",
|
"toml",
|
||||||
"vim",
|
"vim",
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
-- "yaml" Not compiling for some reason?
|
"yaml",
|
||||||
},
|
},
|
||||||
|
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
|
|
Loading…
Reference in a new issue