mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
Documentation generator (#200)
This commit is contained in:
parent
3bc4bb6103
commit
7fa7e3c275
6 changed files with 21 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue