kickstart.nvim/lua/custom/plugins
dlond e4822e2109 Enable essential plugins and clean up configuration structure
- Enable debug, formatting, telescope, treesitter, and tmux-navigator plugins
- Remove duplicate telescope keybinds from init.lua (now handled by custom plugin)
- Fix tmux-navigator plugin syntax with proper config function and descriptions
- Add KEYBIND_ANALYSIS.md to gitignore for local development notes

This activates powerful functionality that was previously commented out:
• Debug adapter protocol with <leader>d* keybinds
• Auto-formatting on save with conform.nvim
• Enhanced telescope with ripgrep integration
• Additional treesitter languages (nix, cmake, python, etc.)
• Seamless tmux pane navigation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 20:06:57 +12:00
..
lsp Optimize Neovim configuration structure and LSP setup 2025-07-26 19:56:13 +12:00
blink.lua more fixes 2025-05-30 10:55:58 +12:00
completion.lua refactored toggle path completion 2025-05-30 10:55:58 +12:00
debug.lua changing kick overrides pattern 2025-05-30 10:55:58 +12:00
formatting.lua Revert "just formatting" 2025-05-30 10:55:58 +12:00
init.lua Enable essential plugins and clean up configuration structure 2025-07-26 20:06:57 +12:00
nvim-tmux-navigator.lua Enable essential plugins and clean up configuration structure 2025-07-26 20:06:57 +12:00
statusline.lua typo. dap target not ready 2025-05-30 10:55:58 +12:00
telescope.lua more cleanup 2025-05-30 10:55:58 +12:00
theme.lua custom theme 2025-05-30 10:50:21 +12:00
treesitter.lua cleanup 2025-05-30 10:55:58 +12:00