use Neogit and Diffview for git stuff
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 17m14s
Build neovim image / build-neovim-arm64 (push) Successful in 19m35s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Maciej Lebiest 2024-04-09 21:13:31 +02:00
parent fce84d8735
commit de594a0b9e
2 changed files with 31 additions and 35 deletions

View file

@ -117,7 +117,19 @@ require("lazy").setup({
'rmagatti/auto-session',
opts = require('plugins.auto-session').config
},
{ 'tpope/vim-fugitive' },
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed, not both.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
},
config = true
},
{ 'Glench/Vim-Jinja2-Syntax', priority = 15 },
{ 'vmware-archive/salt-vim', priority = 10 },
{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja