17 Commits (5ffa18860e2ff094d653ff030af1645a660d5cbe)

Author SHA1 Message Date
borja (aider) d75ccc32eb feat: add debug logging for tab indentation issues 2 months ago
borja (aider) e50f7f0b43 refactor: replace feedkeys with direct buffer operations for tab indentation 2 months ago
borja (aider) 12bae73dfd fix: prevent incorrect unindent on <CR> using nvim_input('<Ignore>') 2 months ago
borja (aider) 3f3ec3df1a fix: support all list markers for tab indentation 2 months ago
borja (aider) 16615aeb43 refactor: Improve get_line_details parsing to fix empty TODOs 2 months ago
borja (aider) d56f7be564 chore: add debug notifications to press_enter 2 months ago
borja (aider) a9753a2c19 feat: add remove TODO markup functionality 2 months ago
borja (aider) e7f6d63fde fix: prevent E565 error on <CR> by removing expr=true 2 months ago
borja (aider) 1a5ba4378c feat: Outdent empty TODO lines on Enter press 2 months ago
borja (aider) c7252424d7 refactor: generalize toggle_todo pattern for multiple markers 2 months ago
borja (aider) ea13e19e55 fix: Avoid error when checking line content 2 months ago
borja (aider) 50507dd706 fix: prevent double indent on enter for non-empty todos 2 months ago
borja (aider) d1a2f0d378 fix: replace vim.fn.strbytes with Lua # operator 2 months ago
borja (aider) 7df445bd74 feat: add <leader>ti/ta/to mappings for TODO creation 2 months ago
borja (aider) af2c61fa3f feat: use autocommands for filetype-specific setup 2 months ago
borja (aider) 68d467089b refactor: implement setup function and move keymaps 2 months ago
borja (aider) c970c39ec9 refactor: Restructure plugin into lua/ module 2 months ago