add custom plugins

This commit is contained in:
Tim Redband 2024-03-25 16:11:33 -04:00
parent fb39d7c85b
commit 4c8dd5cc90
3 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,10 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
{
'towolf/vim-helm',
ft = 'helm',
},
}