add php back to treesitter after lost in rebase

This commit is contained in:
Lord Of Nougate 2023-09-05 22:22:59 +02:00
parent c595443f97
commit 91374acae5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- parsing and highlighting
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "python", "javascript", "typescript", "c", "rust", "bash", "lua", "vim", "vimdoc", "query" },
ensure_installed = { "python", "javascript", "php", "typescript", "c", "rust", "bash", "lua", "vim", "vimdoc", "query" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,