diff --git a/lua/plugins.lua b/lua/plugins.lua index 8d697bb..a4b81c7 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -72,15 +72,15 @@ packer.startup { use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate', - event= 'BufRead', + event = 'BufRead', config = function() require'configs.treesitter'.config() end } -- Auto-close tags - use { 'windwp/nvim-ts-autotag', after='nvim-treesitter' } + use { 'windwp/nvim-ts-autotag', after = 'nvim-treesitter' } -- Context-based auto commenting - use { 'JoosepAlviste/nvim-ts-context-commentstring', after='nvim-treesitter' } + use { 'JoosepAlviste/nvim-ts-context-commentstring', after = 'nvim-treesitter' } -- -- LSP