added devicons, neogen, todo-comments and trouble

This commit is contained in:
2024-01-27 21:08:14 +01:00
parent 4387653876
commit 48d934c361
8 changed files with 82 additions and 8 deletions

View File

@@ -139,6 +139,11 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/mason.nvim",
url = "https://github.com/williamboman/mason.nvim"
},
neogen = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/neogen",
url = "https://github.com/danymat/neogen"
},
["nvim-cmp"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/nvim-cmp",
@@ -160,9 +165,8 @@ _G.packer_plugins = {
url = "https://github.com/nvim-treesitter/nvim-treesitter"
},
["nvim-web-devicons"] = {
loaded = false,
needs_bufread = false,
path = "/home/j409/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons",
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
url = "https://github.com/nvim-tree/nvim-web-devicons"
},
["packer.nvim"] = {
@@ -180,6 +184,16 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/telescope.nvim",
url = "https://github.com/nvim-telescope/telescope.nvim"
},
["todo-comments.nvim"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/todo-comments.nvim",
url = "https://github.com/folke/todo-comments.nvim"
},
["trouble.nvim"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/trouble.nvim",
url = "https://github.com/folke/trouble.nvim"
},
undotree = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/undotree",