Files
scripts/nvim/lua/plugins/vimade.lua
Adam French 6bca6df972 Update nvim config: terminal layout, colorschemes, and vimade
Reposition terminal and Claude Code windows relative to current window
at 30% height, add multiple colorschemes with oxocarbon as default,
and add vimade plugin with blocklist to keep Claude terminal unfaded.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 23:37:36 +00:00

14 lines
244 B
Lua

return {
"TaDaa/vimade",
event = "WinNew",
opts = {
recipe = { "minimalist", { animate = true } },
fadelevel = 0.8,
blocklist = {
claude_terminal = {
buf_opts = { ft = "snacks_terminal" },
},
},
},
}