From 99cdaaea9a4d99b42c0dac9212ff7627d3af9111 Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Fri, 22 Oct 2021 15:10:37 -0700 Subject: [PATCH] refactor(plugins): switch to kommentary because Comment.nvim did not support JSX well --- lua/cosmic/pluginsInit.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/cosmic/pluginsInit.lua b/lua/cosmic/pluginsInit.lua index e66874c..0c2d6d5 100644 --- a/lua/cosmic/pluginsInit.lua +++ b/lua/cosmic/pluginsInit.lua @@ -159,10 +159,7 @@ return packer.startup(function() -- comments and stuff use({ - 'numToStr/Comment.nvim', - config = function() - require('Comment').setup() - end, + 'b3nj5m1n/kommentary', event = 'BufRead', })