I really should've committed this when I finished it...

This commit is contained in:
coolnsx
2023-01-05 21:48:07 +05:30
parent a9c0c5c8a2
commit 0e060e19e6
4 changed files with 11 additions and 12 deletions

View File

@@ -173,7 +173,7 @@ local dap = require('dap')
--treesitter
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = { "c", "lua", "bash", "html", "css","php","javascript", "python" },
ensure_installed = { "c", "lua", "bash", "html", "css","php","javascript", "python","jsonc" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,