Skip to content

Commit

Permalink
update neogit
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Oct 14, 2024
1 parent 6fd42e0 commit 8307b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions dot_config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ return require('packer').startup({
end
}


-- use({'scalameta/nvim-metals', requires = { "nvim-lua/plenary.nvim" }})

use {
Expand Down Expand Up @@ -571,8 +570,11 @@ return require('packer').startup({
use { 'sindrets/diffview.nvim', requires = 'nvim-lua/plenary.nvim' }

use {
'TimUntersberger/neogit',
requires = { 'nvim-lua/plenary.nvim', 'sindrets/diffview.nvim' },
'NeogitOrg/neogit',
requires = {
'nvim-lua/plenary.nvim', 'sindrets/diffview.nvim',
'nvim-telescope/telescope.nvim'
},
config = function()
local neogit = require("neogit")
neogit.setup {
Expand Down
1 change: 0 additions & 1 deletion dot_config/nvim/lua/plugins/neogit.lua

This file was deleted.

0 comments on commit 8307b76

Please sign in to comment.