From ef61388c72d440e5b6aa506b56714197389e204e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 2 Oct 2021 17:15:29 +0530 Subject: [PATCH] nvim: plugins: Drop neoformat With LSP providing formatting have not used this in more than a year. Just drop it. Also it is pretty stupid to look for everything global & not use language build tool to pick the correct formatter and its configuration. --- nvim/.config/nvim/lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index 0df6b22..1e0798e 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -36,11 +36,6 @@ local init = function () use 'sindrets/diffview.nvim' -- Boost vim command line mode use 'vim-utils/vim-husk' - -- Formatting - use { - 'sbdchd/neoformat', - cmd = 'Neoformat' - } -- Run things async use 'hauleth/asyncdo.vim' -- Quickfix