feat(lazygit): lazygit now automatically uses colors from your Neovim colorscheme

Disable by setting `vim.g.lazygit_theme = false` in your `options.lua`
This commit is contained in:
Folke Lemaitre 2024-03-26 12:43:03 +01:00
parent c00e3aa6b1
commit 7d0dbc6ded
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 101 additions and 3 deletions

View file

@ -12,6 +12,11 @@ vim.g.autoformat = true
-- * a function with signature `function(buf) -> string|string[]`
vim.g.root_spec = { "lsp", { ".git", "lua" }, "cwd" }
-- LazyVim automatically configures the lazygit theme,
-- based on the active colorscheme.
-- Set to false to disable.
vim.g.lazygit_theme = true
-- Optionally setup the terminal to use
-- This sets `vim.o.shell` and does some additional configuration for:
-- * pwsh