Initial commit: ideaDrop.nvim plugin with sidebar and idea saving

This commit is contained in:
Carlos
2025-06-14 20:39:13 -04:00
commit fef0bb9266
11 changed files with 484 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Lua bytecode (just in case)
*.luac
# OS junk
.DS_Store
Thumbs.db
# Backup/swap files
*.swp
*.swo
*.swn
*~
# Neovim plugin manager folders (if used for testing locally)
.pack/
site/
# Logs or temp files
*.log
.idea/
.vscode/
# Ignore user's idea storage directory (don't commit personal files)
.ideaDrop/