chore: remove built in treesitter parsers

remove treesitter parsers built in with neovim 0.1
pull/73/head
Aaron John 2024-06-11 22:02:15 -07:00
parent 4818e4b72f
commit 766d39242d
No known key found for this signature in database
1 changed files with 0 additions and 7 deletions

View File

@ -120,19 +120,12 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
},
},