added conform

This commit is contained in:
2024-02-08 14:54:22 +01:00
parent 48d934c361
commit 0d028910ce
4 changed files with 31 additions and 1 deletions

View File

@@ -114,6 +114,11 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/cmp-path",
url = "https://github.com/hrsh7th/cmp-path"
},
["conform.nvim"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/conform.nvim",
url = "https://github.com/stevearc/conform.nvim"
},
harpoon = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/harpoon",