Add git browser and disable lazy config auto reload
This commit is contained in:
parent
fde53fcdd0
commit
f3155caa41
4 changed files with 43 additions and 38 deletions
|
|
@ -88,6 +88,10 @@ return {
|
|||
cmd = ":lua Snacks.notifier.show_history()<CR>",
|
||||
desc = "Error/notification history",
|
||||
},
|
||||
{
|
||||
cmd = ":lua Snacks.gitbrowse()<CR>",
|
||||
desc = "Show git file in the browser",
|
||||
},
|
||||
{
|
||||
cmd = ":lua Snacks.terminal.toggle()<CR>",
|
||||
desc = "Terminal",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ return { {
|
|||
}
|
||||
},
|
||||
git = { enabled = true },
|
||||
gitbrowse = { enabled = true },
|
||||
bufdelete = { enabled = true },
|
||||
picker = { enabled = true }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue