added more plugins from kickstart

This commit is contained in:
venus
2025-12-23 22:39:41 -06:00
parent c90531a82d
commit 864f5c9d13
4 changed files with 52 additions and 20 deletions

View File

@@ -1,23 +1,36 @@
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',
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
'obsidian-nvim/obsidian.nvim',
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
},
},
{
'alex-popov-tech/store.nvim',
dependencies = { 'OXY2DEV/markview.nvim' },
opts = {},
cmd = 'Store',
},
{
'edluffy/hologram.nvim',
auto_display = true, -- WIP automatic markdown image display, may be prone to breaking
},
}