From fb6d08dabb1f500aac84be26fc10185b60a30820 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 25 Sep 2023 18:32:26 -0400 Subject: add some additional plugins, and configure them. --- plugin/packer_compiled.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'plugin/packer_compiled.lua') diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 49851ef..5c9c711 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -74,6 +74,11 @@ end time([[try_loadstring definition]], false) time([[Defining packer_plugins]], true) _G.packer_plugins = { + harpoon = { + loaded = true, + path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/harpoon", + url = "https://github.com/theprimeagen/harpoon" + }, ["nvim-treesitter"] = { loaded = true, path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/nvim-treesitter", @@ -90,6 +95,11 @@ _G.packer_plugins = { path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/packer.nvim", url = "https://github.com/wbthomason/packer.nvim" }, + playground = { + loaded = true, + path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/playground", + url = "https://github.com/nvim-treesitter/playground" + }, ["plenary.nvim"] = { loaded = true, path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/plenary.nvim", @@ -99,6 +109,16 @@ _G.packer_plugins = { loaded = true, path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/telescope.nvim", url = "https://github.com/nvim-telescope/telescope.nvim" + }, + undotree = { + loaded = true, + path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/undotree", + url = "https://github.com/mbbill/undotree" + }, + ["vim-fugitive"] = { + loaded = true, + path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/vim-fugitive", + url = "https://github.com/tpope/vim-fugitive" } } -- cgit v1.1