Stable version v2.0.2
Refactor:
- Migrated
which-key.nvimconfiguration to v3 spec inlua/anvndev/core/which-key.luafor better organization and conflict management. - Removed redundant
which-keysetup fromlua/anvndev/plugins/misc/others.lua.
Feat:
- Introduced comprehensive DAP (Debugger Adapter Protocol) keybindings (continue, step into/over/out, toggle REPL, run last, toggle UI, terminate).
- Added new ToggleTerm keybindings for floating, horizontal, and vertical terminal layouts.
Fix:
- Corrected
vim.highlight.on_yanktovim.hl.on_yankinautocmds.lua. - Resolved keybinding conflicts by changing
<leader>th(toggle search highlight) to<leader>tHandToggleTerm's main toggle from<leader>tto<leader>tt.
Chore:
- Improved plugin configuration readability with additional comments and headers in
lua/anvndev/plugins/misc/others.lua. - Updated
nvim-notifyicons to use Nerd Font symbols.