neogit config
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 16m30s
Build neovim image / build-neovim-arm64 (push) Successful in 19m9s
Build neovim image / update-images-manifest (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-04-11 13:29:27 +02:00 committed by Maciej Lebiest
parent af233daff2
commit 90dd454704
4 changed files with 19 additions and 3 deletions

View file

@ -125,9 +125,8 @@ require("lazy").setup({
-- Only one of these is needed, not both.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
},
config = true
opts = require('plugins.neogit').config
},
{ 'Glench/Vim-Jinja2-Syntax', priority = 15 },