dotfiles/neovim/config/plugins
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
..
catppuccin.lua Add catppuccin colorscheme, latte in light mode and macchiato in dark 2026-08-27 11:54:06 +01:00
diffview.lua Add a diff-against-branch keymap to diffview.nvim 2026-08-14 10:55:50 +01:00
fzf-lua.lua Add fzf-lua for project navigation 2026-08-08 18:39:48 +01:00
gitsigns.lua Fix which-key not seeing gitsigns maps, add diagnostic maps 2026-08-08 17:27:37 +01:00
init.lua Add catppuccin colorscheme, latte in light mode and macchiato in dark 2026-08-27 11:54:06 +01:00
nvim-tree.lua Show gitignored files in nvim-tree and follow the open buffer 2026-08-12 21:18:55 +01:00
web-devicons.lua Add which-key and nvim-web-devicons, tidy brew casks 2026-08-08 14:26:59 +01:00
which-key.lua Add diffview.nvim for reviewing diffs and file history 2026-08-14 09:53:21 +01:00