Update the debugging config
Add a debug mode with <leader>g
This commit is contained in:
parent
2821a9a153
commit
619c9e8195
6 changed files with 109 additions and 30 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue