From 259139cf7eeccf7665fc5a6234f028b63ea72077 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 28 Feb 2022 08:56:43 -0600 Subject: [PATCH] minor style tweaks --- lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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