dotfiles/neovim/config
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 2f1cd1a1c3
Add catppuccin colorscheme, latte in light mode and macchiato in dark
Installed via vim.pack, matching the other plugins here. The pack is
named explicitly ('catppuccin') because the repo is called 'nvim', which
would otherwise be the plugin's name in the lock file and on disk.

flavour = 'auto' with background = { light = 'latte', dark = 'macchiato' }
so the flavour follows 'background', which the TUI sets from the terminal
on startup. It is required first from config/plugins/init.lua so the other
plugins load with the colorscheme already applied.

Verified headlessly in a single nvim: `set background=light` gives
catppuccin-latte and `set background=dark` gives catppuccin-macchiato, so
a running instance can be switched by hand with `:set background=` as the
top-level README already suggests.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-27 11:54:06 +01:00
..
plugins Add catppuccin colorscheme, latte in light mode and macchiato in dark 2026-08-27 11:54:06 +01:00
diagnostics.lua Fix which-key not seeing gitsigns maps, add diagnostic maps 2026-08-08 17:27:37 +01:00
init.lua Add gitsigns via vim.pack, track the pack lockfile 2026-08-08 13:57:02 +01:00
lsp.lua Updated neovim config for v0.12 2026-05-31 20:33:23 +01:00
options.lua Add gitsigns via vim.pack, track the pack lockfile 2026-08-08 13:57:02 +01:00