rm neoformat plugin

This commit is contained in:
siduck76 2021-09-29 22:34:22 +05:30
parent 5db8d84515
commit 0b55d45845
4 changed files with 1 additions and 20 deletions

View file

@ -239,16 +239,6 @@ return packer.startup(function()
end,
}
use {
"sbdchd/neoformat",
disable = not plugin_status.neoformat,
cmd = "Neoformat",
setup = function()
require("core.mappings").neoformat()
end,
}
-- use "alvan/vim-closetag" -- for html autoclosing tag
use {
"terrortylor/nvim-comment",
disable = not plugin_status.comment,