Documentation generator (#200)

This commit is contained in:
Biser Stoilov 2021-03-31 17:45:46 +03:00 committed by GitHub
parent 3bc4bb6103
commit 7fa7e3c275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 3 deletions

View file

@ -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'