🍱 Update neogit
Signed-off-by: Ryan <ryan@alien.gov>
This commit is contained in:
parent
95765a5087
commit
e894eba359
@ -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"
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user