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:
Folke Lemaitre 2024-03-26 19:53:38 +01:00
parent 55c2527dfe
commit 426cd3ed91
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 35 additions and 12 deletions

10
NEWS.md
View file

@ -2,11 +2,19 @@
## 10.x
- The **lazygit** integration now configures:
- the theme based on the colorscheme
- nerd font icons (v3)
- editor preset is set to `nvim-remote` for better interop with Neovim
- The option `vim.g.lazygit_theme` was renamed to `vim.g.lazygit_config`
- **lazygit** now automatically uses the colors of your current colorscheme.
This is enabled by default. To disable, add the below to your `options.lua`:
```lua
vim.g.lazygit_theme = false
vim.g.lazygit_config = false
```
- Added support for `basedpyright` to the **python** extra.