From d1f18678f57574575d10647779364dfb1d7c99e8 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 7 Dec 2021 14:01:38 +0100 Subject: vim: fix TS enabled table --- .vim/lua/plugins.lua | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index c456fad..d7034e0 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -203,29 +203,28 @@ return require('packer').startup({function() }, config = function() local enabled = { - 'bash', - 'c', - 'c_sharp', - 'comment', - 'css', - 'dockerfile', - 'go', - 'gomod', - 'html', - 'javascript', - 'json', - 'jsonc', - 'ledger', - 'lua', - 'regex', - 'rust', - 'scss', - 'toml', - 'typescript', - 'vim', - 'yaml', - 'zig', - }, + 'bash', + 'c', + 'c_sharp', + 'comment', + 'css', + 'dockerfile', + 'go', + 'gomod', + 'html', + 'javascript', + 'json', + 'jsonc', + 'ledger', + 'lua', + 'regex', + 'rust', + 'scss', + 'toml', + 'typescript', + 'vim', + 'yaml', + 'zig', } require('nvim-treesitter.configs').setup { -- cgit 1.4.1