🔧 Replaced neoformat with conform
This commit is contained in:
parent
3a26aa2223
commit
9a24426c01
5 changed files with 25 additions and 13 deletions
|
|
@ -29,7 +29,8 @@ return require("packer").startup(function(use)
|
|||
-- use({ "norcalli/nvim-colorizer.lua" })
|
||||
use({ "windwp/nvim-autopairs" })
|
||||
use({ "simeji/winresizer" })
|
||||
use({ "sbdchd/neoformat" })
|
||||
-- use({ "sbdchd/neoformat" })
|
||||
use({ "stevearc/conform.nvim" })
|
||||
use({ "rhysd/vim-clang-format" })
|
||||
use({ "sangdol/mintabline.vim" })
|
||||
use({ "ThePrimeagen/harpoon" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue