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,17 @@
-- ============================================================================
-- SSR.NVIM: Structural Search and Replace
-- ============================================================================
-- Provides syntax-aware search and replace using Treesitter for intelligent
-- code transformations. Unlike regex-based search/replace, it understands
-- code structure and can match patterns based on AST nodes.
--
-- Keymaps:
-- <leader>sR - Open structural search/replace (normal and visual mode)
-- q - Close the SSR window
-- n/N - Navigate to next/previous match
-- <cr> - Confirm replacement
-- <leader><cr> - Replace all matches
-- ============================================================================
return {
"cshuaimin/ssr.nvim",
keys = {