neovim: render git in menu

This commit is contained in:
Gabriel Augendre 2024-02-20 01:28:38 +01:00
parent abde7c1708
commit 2b508fff7d

View file

@ -1,4 +1,20 @@
local plugins = {
{
"nvim-tree/nvim-tree.lua",
opts = {
git = {
enable = true,
},
renderer = {
highlight_git = true,
icons = {
show = {
git = true,
},
},
},
},
},
{
"nvim-treesitter/nvim-treesitter", -- grammars
opts = {