From 17180cbf127067ea418cdcf2def2d303fbd8fe11 Mon Sep 17 00:00:00 2001 From: Titus Moore <52931380+titusdmoore@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:16:18 -0400 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1cfa228b..6be40373 100644 --- a/init.lua +++ b/init.lua @@ -286,7 +286,7 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim' }, + ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim', 'php' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false,