nvim: use native lsp formatting instead of neoformat

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 1ae4ccab75
commit 670718f8d4
3 changed files with 3 additions and 11 deletions

View File

@ -121,15 +121,6 @@ require("packer").startup(function()
end,
})
-- neoformat
use({
"sbdchd/neoformat",
cmd = "Neoformat",
config = function()
require("plugins.neoformat")
end,
})
-- comment.nvim
use({
"numToStr/Comment.nvim",