diff options
author | talha <talha@talhaamir.xyz> | 2024-01-03 19:34:10 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-01-03 19:34:10 +0500 |
commit | d17d01afef784a5277fa99b26bf7a9ba2ffa6357 (patch) | |
tree | 3b6703ee148d5830a6d279ff5a4eacdf1ec92729 /plugin | |
parent | db929434fa2f29e5674a5f24d71901b4fa458363 (diff) |
Updated colorscheme, added ctags
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/packer_compiled.lua | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 1663afb..9507539 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -79,16 +79,16 @@ _G.packer_plugins = { path = "/home/talha/.local/share/nvim/site/pack/packer/start/LuaSnip", url = "https://github.com/L3MON4D3/LuaSnip" }, + ["candle-grey"] = { + loaded = true, + path = "/home/talha/.local/share/nvim/site/pack/packer/start/candle-grey", + url = "https://github.com/aditya-azad/candle-grey" + }, ["cmp-nvim-lsp"] = { loaded = true, path = "/home/talha/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", url = "https://github.com/hrsh7th/cmp-nvim-lsp" }, - ["gruvbox.nvim"] = { - loaded = true, - path = "/home/talha/.local/share/nvim/site/pack/packer/start/gruvbox.nvim", - url = "https://github.com/ellisonleao/gruvbox.nvim" - }, harpoon = { loaded = true, path = "/home/talha/.local/share/nvim/site/pack/packer/start/harpoon", @@ -144,10 +144,25 @@ _G.packer_plugins = { path = "/home/talha/.local/share/nvim/site/pack/packer/start/undotree", url = "https://github.com/mbbill/undotree" }, + ["vim-darkness"] = { + loaded = true, + path = "/home/talha/.local/share/nvim/site/pack/packer/start/vim-darkness", + url = "https://github.com/Jorengarenar/vim-darkness" + }, ["vim-fugitive"] = { loaded = true, path = "/home/talha/.local/share/nvim/site/pack/packer/start/vim-fugitive", url = "https://github.com/tpope/vim-fugitive" + }, + ["vim-gutentags"] = { + loaded = true, + path = "/home/talha/.local/share/nvim/site/pack/packer/start/vim-gutentags", + url = "https://github.com/ludovicchabant/vim-gutentags" + }, + ["vscode.nvim"] = { + loaded = true, + path = "/home/talha/.local/share/nvim/site/pack/packer/start/vscode.nvim", + url = "https://github.com/Mofiqul/vscode.nvim" } } |