summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/plugins.lua')
-rw-r--r--.vim/lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua
index 404cf55..cc008bc 100644
--- a/.vim/lua/plugins.lua
+++ b/.vim/lua/plugins.lua
@@ -249,6 +249,7 @@ require('packer').startup({function()
     'org',
     'hare',
     'gotmpl',
+    'vimdoc',
   } -- }}}
   use {'nvim-treesitter/nvim-treesitter', -- {{{
     run = ':TSUpdate',