update
This commit is contained in:
parent
3601752d35
commit
8abb71f3e1
1 changed files with 7 additions and 2 deletions
9
init.lua
9
init.lua
|
|
@ -36,7 +36,7 @@ require("lazy").setup({
|
|||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {
|
||||
auto_open = false,
|
||||
auto_open = true,
|
||||
},
|
||||
},
|
||||
{ "j-hui/fidget.nvim", tag = "legacy" },
|
||||
|
|
@ -569,7 +569,12 @@ wk.register({
|
|||
},
|
||||
g = {
|
||||
name = "Git",
|
||||
o = { neogit.open, "Open Git" },
|
||||
o = {
|
||||
function()
|
||||
neogit.open({ kind = "split" })
|
||||
end,
|
||||
"Open Git",
|
||||
},
|
||||
},
|
||||
r = {
|
||||
name = "Run",
|
||||
|
|
|
|||
Loading…
Reference in a new issue