24 lines
467 B
Lua
24 lines
467 B
Lua
return {
|
|
'tpope/vim-commentary',
|
|
|
|
{
|
|
'edluffy/hologram.nvim',
|
|
auto_display = true, -- WIP automatic markdown image display, may be prone to breaking
|
|
},
|
|
|
|
'soywod/iris.vim',
|
|
-- 'tpope/vim-commentary',
|
|
{
|
|
'alex-popov-tech/store.nvim',
|
|
dependencies = { 'OXY2DEV/markview.nvim' },
|
|
opts = {},
|
|
cmd = 'Store',
|
|
},
|
|
|
|
'tpope/vim-commentary',
|
|
'vimpostor/vim-tpipeline',
|
|
'michaeljsmith/vim-indent-object',
|
|
'kshenoy/vim-signature',
|
|
'mg979/vim-visual-multi',
|
|
}
|