mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
I really should've committed this when I finished it...
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user