adding fidget: lsp loader, and also adding lazygit

This commit is contained in:
talksik
2023-06-26 09:40:58 -07:00
parent c67c8e9afd
commit d26109d136
7 changed files with 40 additions and 7 deletions
+10
View File
@@ -125,6 +125,11 @@ _G.packer_plugins = {
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/copilot.vim",
url = "https://github.com/github/copilot.vim"
},
["fidget.nvim"] = {
loaded = true,
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/fidget.nvim",
url = "https://github.com/j-hui/fidget.nvim"
},
["friendly-snippets"] = {
loaded = true,
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/friendly-snippets",
@@ -140,6 +145,11 @@ _G.packer_plugins = {
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/harpoon",
url = "https://github.com/ThePrimeagen/harpoon"
},
["lazygit.nvim"] = {
loaded = true,
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/lazygit.nvim",
url = "https://github.com/kdheepak/lazygit.nvim"
},
["lsp-zero.nvim"] = {
loaded = true,
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim",