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:
parent
891fae907b
commit
ef61388c72
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue