nix/nvim: remove json and yaml from treesitter

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-23 23:41:13 +03:00
parent e0daeb97f4
commit 52f5369a30
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -47,8 +47,6 @@ require'nvim-treesitter.configs'.setup {
"tsx",
"rust",
"haskell",
"json",
"yaml",
},
-- Install parsers synchronously (only applied to `ensure_installed`)