From ce2d0be8d3a633f934f143d79780531dea00e1c5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 23:19:42 +0400 Subject: Обновление списка основных языков 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(-) (limited to 'lua/plugins.lua') 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