Update the debugging config

Add a debug mode with <leader>g
This commit is contained in:
ant 2024-06-12 21:13:56 +02:00
parent 2821a9a153
commit 619c9e8195
6 changed files with 109 additions and 30 deletions

View file

@ -1,3 +1,4 @@
local hydra = require("hydra.statusline")
local opts = {
options = {
icons_enabled = true,
@ -18,7 +19,7 @@ local opts = {
}
},
sections = {
lualine_a = { 'mode' },
lualine_a = { 'mode', {hydra.get_name, cond = hydra.is_active}},
lualine_b = { 'branch', 'diff' },
lualine_c = {
'filename',