diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:32:26 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:32:26 -0400 |
commit | fb6d08dabb1f500aac84be26fc10185b60a30820 (patch) | |
tree | 3283c12ce9d73cae241cc022846898e32e29f47b /lua/zberwaldt/packer.lua | |
parent | 3c0144a282f754f0ea02c18f19d49cee78f1279b (diff) |
add some additional plugins, and configure them.
Diffstat (limited to 'lua/zberwaldt/packer.lua')
-rw-r--r-- | lua/zberwaldt/packer.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/zberwaldt/packer.lua b/lua/zberwaldt/packer.lua index 2be30ef..030c760 100644 --- a/lua/zberwaldt/packer.lua +++ b/lua/zberwaldt/packer.lua | |||
@@ -17,4 +17,8 @@ return require('packer').startup(function(use) | |||
17 | }) | 17 | }) |
18 | 18 | ||
19 | use('nvim-treesitter/nvim-treesitter', { run = ':TSUpdate'}) | 19 | use('nvim-treesitter/nvim-treesitter', { run = ':TSUpdate'}) |
20 | use('nvim-treesitter/playground') | ||
21 | use('theprimeagen/harpoon') | ||
22 | use('mbbill/undotree') | ||
23 | use('tpope/vim-fugitive') | ||
20 | end) | 24 | end) |