5 lines
174 B
Lua
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") |