diff options
Diffstat (limited to 'plugin/packer_compiled.lua')
-rw-r--r-- | plugin/packer_compiled.lua | 20 |
1 files changed, 20 insertions, 0 deletions
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 | |||
74 | time([[try_loadstring definition]], false) | 74 | time([[try_loadstring definition]], false) |
75 | time([[Defining packer_plugins]], true) | 75 | time([[Defining packer_plugins]], true) |
76 | _G.packer_plugins = { | 76 | _G.packer_plugins = { |
77 | harpoon = { | ||
78 | loaded = true, | ||
79 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/harpoon", | ||
80 | url = "https://github.com/theprimeagen/harpoon" | ||
81 | }, | ||
77 | ["nvim-treesitter"] = { | 82 | ["nvim-treesitter"] = { |
78 | loaded = true, | 83 | loaded = true, |
79 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/nvim-treesitter", | 84 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/nvim-treesitter", |
@@ -90,6 +95,11 @@ _G.packer_plugins = { | |||
90 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/packer.nvim", | 95 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/packer.nvim", |
91 | url = "https://github.com/wbthomason/packer.nvim" | 96 | url = "https://github.com/wbthomason/packer.nvim" |
92 | }, | 97 | }, |
98 | playground = { | ||
99 | loaded = true, | ||
100 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/playground", | ||
101 | url = "https://github.com/nvim-treesitter/playground" | ||
102 | }, | ||
93 | ["plenary.nvim"] = { | 103 | ["plenary.nvim"] = { |
94 | loaded = true, | 104 | loaded = true, |
95 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/plenary.nvim", | 105 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/plenary.nvim", |
@@ -99,6 +109,16 @@ _G.packer_plugins = { | |||
99 | loaded = true, | 109 | loaded = true, |
100 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/telescope.nvim", | 110 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/telescope.nvim", |
101 | url = "https://github.com/nvim-telescope/telescope.nvim" | 111 | url = "https://github.com/nvim-telescope/telescope.nvim" |
112 | }, | ||
113 | undotree = { | ||
114 | loaded = true, | ||
115 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/undotree", | ||
116 | url = "https://github.com/mbbill/undotree" | ||
117 | }, | ||
118 | ["vim-fugitive"] = { | ||
119 | loaded = true, | ||
120 | path = "/home/zberwaldt/.local/share/nvim/site/pack/packer/start/vim-fugitive", | ||
121 | url = "https://github.com/tpope/vim-fugitive" | ||
102 | } | 122 | } |
103 | } | 123 | } |
104 | 124 | ||