add custom plugins
This commit is contained in:
parent
fb39d7c85b
commit
4c8dd5cc90
3 changed files with 30 additions and 1 deletions
10
lua/custom/plugins/vim-helm.lua
Normal file
10
lua/custom/plugins/vim-helm.lua
Normal 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',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue