mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-07 07:54:38 +02:00
feat(lazygit): configure lazygit nvim-remote as editor and enable nerdfont icons
can be disabled with `vim.g.lazygit_config = false`
This commit is contained in:
parent
55c2527dfe
commit
426cd3ed91
3 changed files with 35 additions and 12 deletions
|
@ -12,10 +12,12 @@ 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.
|
||||
-- LazyVim automatically configures lazygit:
|
||||
-- * theme, based on the active colorscheme.
|
||||
-- * editorPreset to nvim-remote
|
||||
-- * enables nerd font icons
|
||||
-- Set to false to disable.
|
||||
vim.g.lazygit_theme = true
|
||||
vim.g.lazygit_config = true
|
||||
|
||||
-- Optionally setup the terminal to use
|
||||
-- This sets `vim.o.shell` and does some additional configuration for:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue