Commit Graph
19 Commits
Author SHA1 Message Date
thalladaandClaude Opus 5 aa459c4f52 Lazy-load colorschemes and key-analyzer
defaults.lazy = false meant every colorscheme spec with opts ran setup() on each
launch; gruvbox, kanagawa, nightfox and moonbow all showed up in the startup
profile. lazy.nvim loads colorscheme plugins on demand via ColorSchemePre. Drop
monochrome (last commit 2021) and onedarker (2022), point install.colorscheme at
the theme actually in use, and gate key-analyzer behind its command.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thalladaandClaude Opus 5 e52b0061ea Replace toggleterm with Snacks.terminal
Snacks.terminal has been driving the terminal keymaps since 6341c73. Carry
<C-\> and <F12> over so the muscle memory survives. The old <M-> binding was
never a valid keycode and could not have fired.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thallada 8ef26ce53a Add java extra and configure jdtls 2026-05-09 14:18:19 -04:00
thallada 7a00a8d47b Diffview auto-refresh, yank file path key bindings 2026-02-13 00:21:41 -05:00
thallada ccebe78d4e Add quicker toggle zoom keybind, update plugins 2026-02-10 15:04:54 -05:00
thallada 6341c736c7 Use Snacks terminal
The LazyVim terminal is deprecated
2026-01-17 00:54:48 -05:00
thallada 7dc53e847d Swap btm shortcut with btop 2026-01-17 00:38:51 -05:00
thallada 7ba2b915de Swap out claudecode with snacks 2026-01-15 14:03:28 -05:00
thallada 23d6f3257d Update lazyvim to v15 2025-09-22 10:32:04 -04:00
thallada 2237f3923f Update plugins and add new lazy extras 2024-06-10 11:51:41 -04:00
thallada 811432dacd Fix fillchars for diffview 2024-05-20 23:58:39 -04:00
thallada 79ac8e0cd0 Plugin updates and fix flash bug and dap error 2024-03-18 17:50:30 -04:00
thallada 1f50bdd574 Colorscheme default change, font config, indentscope enable 2023-12-12 21:40:31 -05:00
thallada c24d76774e Add btm floating terminal shortcut 2023-12-01 15:28:12 -05:00
thallada 210e52ee18 lsp_lines only current line, title change 2023-12-01 15:28:12 -05:00
thallada 2e781ef1db Turn off cursorline in terminal 2023-12-01 15:28:11 -05:00
thallada c822930602 Mac paste, git blame, grep string fix 2023-12-01 15:28:11 -05:00
thallada a1e0aa6a9f Updates after installing on mac (font resizing, title, lazydocker) 2023-12-01 15:26:03 -05:00
thallada 1bd905a6bf Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-12-01 15:26:02 -05:00