diff options
author | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
commit | eceb656b4bdcd5bb4050c1e2566e95f97b99e20e (patch) | |
tree | dfe178e1a6317d70f2daf5619a2d23e1cc33b1cf /lua/plugins.lua | |
parent | 4fad35a7e1a9d15317dada0625670707ffc5f9b0 (diff) |
poc with local prettier working
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 7 |
1 files changed, 3 insertions, 4 deletions
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 |