Files
ideadrop.nvim/lua/ideaDrop/init.lua
2025-07-28 19:28:46 -04:00

5 lines
174 B
Lua

-- ideaDrop.nvim/init.lua
-- Main entry point for the ideaDrop plugin
-- Require the core module which contains the main setup function
return require("ideaDrop.core.init")