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>
This commit is contained in:
2026-03-18 23:37:36 +00:00
parent f989f2e613
commit 6bca6df972
4 changed files with 70 additions and 2 deletions

View File

@@ -2,7 +2,16 @@ return {
{
"coder/claudecode.nvim",
dependencies = { "folke/snacks.nvim" },
config = true,
opts = {
terminal = {
split_width_percentage = 0.99,
snacks_win_opts = {
relative = "win",
position = "bottom",
height = 0.30,
},
},
},
keys = {
{ "<leader>a", nil, desc = "AI/Claude Code" },
{ "<leader>ac", "<cmd>ClaudeCode<cr>", desc = "Toggle Claude" },