Files
Nvim/lua/plugins/simple.lua
2025-12-23 22:04:13 -06:00

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',
}