Add your own plugin

This commit is contained in:
tommconley 2025-01-07 08:19:58 -08:00
parent c3ac7410f8
commit cc29de3052
4 changed files with 15 additions and 2 deletions

View file

@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{ dir = '~/.config/nvim/lua/custom/toms.nvim/' },
}