Skip to content

Commit

Permalink
Add "yaml" to list of parsers to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jul 20, 2024
1 parent cc7efca commit 16d167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Minimal configuration:
run = ":TSUpdate",
config = function ()
require("nvim-treesitter.configs").setup({
ensure_installed = { "markdown", "markdown_inline", "r", "rnoweb" },
ensure_installed = { "markdown", "markdown_inline", "r", "rnoweb", "yaml" },
})
end
},
Expand Down

0 comments on commit 16d167a

Please sign in to comment.