Skip to content

Stable version v2.0.2

Choose a tag to compare

@andev0x andev0x released this 23 Nov 07:48
· 89 commits to main since this release

Refactor:

  • Migrated which-key.nvim configuration to v3 spec in lua/anvndev/core/which-key.lua for better organization and conflict management.
  • Removed redundant which-key setup from lua/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_yank to vim.hl.on_yank in autocmds.lua.
  • Resolved keybinding conflicts by changing <leader>th (toggle search highlight) to <leader>tH and ToggleTerm's main toggle from <leader>t to <leader>tt.

Chore:

  • Improved plugin configuration readability with additional comments and headers in lua/anvndev/plugins/misc/others.lua.
  • Updated nvim-notify icons to use Nerd Font symbols.