mirror of https://github.com/LazyVim/starter
chore: remove built in treesitter parsers
remove treesitter parsers built in with neovim 0.1pull/73/head
parent
4818e4b72f
commit
766d39242d
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue