🍱 Update neogit

Signed-off-by: Ryan <ryan@alien.gov>
This commit is contained in:
Ryan 2023-11-28 13:07:00 +08:00
parent 95765a5087
commit e894eba359
No known key found for this signature in database
GPG Key ID: DB5B3AC49EEFD2A5
2 changed files with 1 additions and 12 deletions

View File

@ -174,7 +174,7 @@ local plugins = {
"nvim-telescope/telescope.nvim", -- optional "nvim-telescope/telescope.nvim", -- optional
"sindrets/diffview.nvim", -- optional "sindrets/diffview.nvim", -- optional
}, },
event = "CmdlineEnter", cmd = {"Neogit", "NeogitResetState"},
config = true config = true
}, },
{ {
@ -236,16 +236,6 @@ local plugins = {
}, },
-- misc and games -- misc and games
{
"m4xshen/hardtime.nvim",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
opts = {
restriction_mode = "hint",
max_count = 4,
disable_mouse = false
},
event = "VeryLazy"
},
{ {
"seandewar/killersheep.nvim", "seandewar/killersheep.nvim",
cmd = "KillKillKill" cmd = "KillKillKill"

View File

@ -96,7 +96,6 @@ cmp.setup.cmdline(':', {
-- nvim-cmp -- nvim-cmp
-- If you want insert `(` after select function or method item -- If you want insert `(` after select function or method item
local cmp_autopairs = require('nvim-autopairs.completion.cmp') local cmp_autopairs = require('nvim-autopairs.completion.cmp')
local cmp = require('cmp')
cmp.event:on( cmp.event:on(
'confirm_done', 'confirm_done',
cmp_autopairs.on_confirm_done() cmp_autopairs.on_confirm_done()