Skip to content

Commit

Permalink
updates neogit repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jul 6, 2023
1 parent e162d50 commit b5c5e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ require'packer'.startup {function (use)
{ name = 'nvim_lua' },
-- override trigger characters, so they don't interfere with snippets
{ name = 'orgmode', trigger_characters = {} },
{ name = 'latex_symbols' },
{ name = 'latex_symbols'},
{ name = 'buffer', keyword_length = 3 },
}),
}
Expand Down Expand Up @@ -731,7 +731,7 @@ require'packer'.startup {function (use)

---neogit {{{
use {
'TimUntersberger/neogit',
'NeogitOrg/neogit',
requires = { 'nvim-lua/plenary.nvim' },
config = function ()
require'neogit'.setup {
Expand Down

0 comments on commit b5c5e58

Please sign in to comment.