diff options
author | Biser Stoilov <[email protected]> | 2021-03-31 17:45:46 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-31 10:45:46 -0400 |
commit | 7fa7e3c275a2a866f233afc4bedd06e1750e77bb (patch) | |
tree | 12849bfa1518921376c16d0b6fcc36263ecf5cb0 /lua/plugins.lua | |
parent | 3bc4bb61039df5909986f0b30bb0638c252859c3 (diff) |
Documentation generator (#200)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 21ea5018..7341295e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -118,6 +118,9 @@ return require('packer').startup(function(use) use 'kristijanhusak/vim-dadbod-ui' use 'kristijanhusak/vim-dadbod-completion' + -- Documentation Generator + use {'kkoomen/vim-doge', run = ':call doge#install()'} + -- TODO put this back when stable for indent lines -- vim.g.indent_blankline_space_char = 'ï‘„' -- use 'b3nj5m1n/kommentary' |