aboutsummaryrefslogtreecommitdiff
path: root/lua/zberwaldt/packer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/zberwaldt/packer.lua')
-rw-r--r--lua/zberwaldt/packer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/zberwaldt/packer.lua b/lua/zberwaldt/packer.lua
index e213a37..12f85ea 100644
--- a/lua/zberwaldt/packer.lua
+++ b/lua/zberwaldt/packer.lua
@@ -34,4 +34,5 @@ return require('packer').startup(function(use)
34 } 34 }
35 } 35 }
36 use('vimwiki/vimwiki') 36 use('vimwiki/vimwiki')
37 use('github/copilot.vim')
37end) 38end)