nix/nvim: remove json and yaml from treesitter
This commit is contained in:
parent
e0daeb97f4
commit
52f5369a30
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ require'nvim-treesitter.configs'.setup {
|
||||||
"tsx",
|
"tsx",
|
||||||
"rust",
|
"rust",
|
||||||
"haskell",
|
"haskell",
|
||||||
"json",
|
|
||||||
"yaml",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
|
|
Loading…
Reference in a new issue