add skeleton file structure

This commit is contained in:
Ray Elliott 2025-12-06 19:56:33 +00:00
commit e112d0d61e
9 changed files with 76 additions and 10 deletions

0
lua/plugins/.gitkeep Normal file
View file

4
lua/plugins/init.lua Normal file
View file

@ -0,0 +1,4 @@
-- Placeholder to let lazy.nvim import the `plugins` module before specs exist.
-- Individual plugin specs will be added as separate files in this directory.
return {}