personalized config
This commit is contained in:
23
lua/plugins/simple.lua
Normal file
23
lua/plugins/simple.lua
Normal 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',
|
||||
}
|
||||
Reference in New Issue
Block a user