personalized config

This commit is contained in:
venus
2025-12-23 22:04:13 -06:00
parent 5f0fd9f41d
commit 6f8e505c74
14 changed files with 144 additions and 28 deletions

23
lua/plugins/simple.lua Normal file
View File

@@ -0,0 +1,23 @@
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',
}