Updating debug

This commit is contained in:
Chris
2025-05-07 07:58:00 +01:00
parent ed622165b8
commit b8d7a1c9ab
3 changed files with 97 additions and 13 deletions

View File

@@ -14,6 +14,27 @@ require 'lazy_init'
require('helpers').edit_cf('v', '/init.lua')
--[[
TODO: Neovim configurations I want to add:
- Clearer line numbers (weirdly not as simple as it sounds)
- Debugging keymap that works like PHPStorm
- Improve snippet expansion (an get rid of that stupid #endsection snippet)
- Better organising of buffers when opening side panels (like AI chat and test summary)
- Close test panel when opening debugger and vice versa using edgy
- Close terminal from inside terminal buffer
- Get shift key bindings working inside tmux
- Fix ctrl+shift+a keybinding for AI actions
- Get VectorCode working
- Add LSP symbols for Pest tests
- More prompts
- Give AI better context and tools for working with Hylark
- Figure out workspaces
- Figure out agentic workflow
- Figure out a better way to add relevant buffers to AI
- Figure out debug expressions
- Better keymaps for debug movements
]]
-- " Auto-Commands --- {{{
--
-- augroup modes