fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,20 @@
-- ============================================================================
-- IDEADROP.NVIM: Quick note-taking and idea capture plugin
-- ============================================================================
-- A plugin for capturing and organizing ideas/notes within Neovim.
-- Supports daily notes, named ideas, tree-based browsing, search
-- functionality, and tag-based organization. Integrates with nvim-tree
-- for visual browsing of the idea directory.
--
-- Key keymaps:
-- <leader>id - Open today's idea in right buffer
-- <leader>in - Open named idea in right buffer
-- <leader>it - Open idea tree browser
-- <leader>is - Search ideas
-- <leader>ig - Browse tags
-- <leader>if - Open today's idea in float
-- ============================================================================
-- Get local config (loaded in core/init.lua)
local local_cfg = vim.g.cargdev_local or {}