Add git browser and disable lazy config auto reload

This commit is contained in:
Fábio André Damas 2025-05-05 09:47:05 +01:00
parent fde53fcdd0
commit f3155caa41
4 changed files with 43 additions and 38 deletions

View file

@ -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",