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 1b9a136..e213a37 100644
--- a/lua/zberwaldt/packer.lua
+++ b/lua/zberwaldt/packer.lua
@@ -33,4 +33,5 @@ return require('packer').startup(function(use)
33 {'L3MON4D3/LuaSnip'}, 33 {'L3MON4D3/LuaSnip'},
34 } 34 }
35 } 35 }
36 use('vimwiki/vimwiki')
36end) 37end)