From ce2d0be8d3a633f934f143d79780531dea00e1c5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 23:19:42 +0400 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=BE=D1=81?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D1=85=20=D1=8F=D0=B7=D1=8B=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index bc85876..7a4f5f3 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -42,7 +42,7 @@ return require('packer').startup(function(use) 'nvim-treesitter/nvim-treesitter', config = function() require('nvim-treesitter.configs').setup { - ensure_installed = { 'javascript', 'lua', 'php', 'rust', 'typescript' }, + ensure_installed = { 'bash', 'css', 'dockerfile', 'go', 'html', 'javascript', 'lua', 'markdown', 'php', 'rust', 'scss', 'typescript', 'vue' }, sync_install = false, auto_install = true, highlight = { -- cgit v1.2.3