From eceb656b4bdcd5bb4050c1e2566e95f97b99e20e Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 13 Jul 2021 00:48:37 -0400 Subject: poc with local prettier working --- lua/plugins.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index d61339ae..85db0d0d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -82,10 +82,9 @@ return require("packer").startup(function(use) -- Formatter.nvim use { "mhartington/formatter.nvim", - config = function() - require "core.formatter" - end, - event = "BufRead", + -- config = function() + -- require "core.formatter" + -- end, } -- NvimTree -- cgit v1.2.3