1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 01:30:53 +01:00

treesitter : keep only lua parser installed by default

This commit is contained in:
siduck76 2021-08-21 11:28:25 +05:30
parent cbb0ddc0a5
commit 83992378a4

View file

@ -5,7 +5,6 @@ end
ts_config.setup {
ensure_installed = {
"bash",
"lua",
},
highlight = {