yaml seems to be working now 🤷

This commit is contained in:
Adithya 2024-02-13 23:36:57 +05:30
parent a47619c26a
commit 242b862cdc
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -20,7 +20,7 @@ require("nvim-treesitter.configs").setup({
"toml",
"vim",
"vimdoc",
-- "yaml" Not compiling for some reason?
"yaml",
},
sync_install = false,