adding fidget: lsp loader, and also adding lazygit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user