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.
This commit is contained in:
Sanchayan Maity 2021-10-02 17:15:29 +05:30
parent 891fae907b
commit ef61388c72
1 changed files with 0 additions and 5 deletions

View File

@ -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