This commit is contained in:
Antoine Vaure 2024-08-20 09:56:22 +02:00
parent b17f2703fb
commit ac044d172c
5 changed files with 31 additions and 28 deletions

View file

@ -1,4 +1,3 @@
local dap = require("dap")
-- dap.configurations.c = {
-- {

View file

@ -19,7 +19,7 @@ local opts = {
}
},
sections = {
lualine_a = { 'mode', {hydra.get_name, cond = hydra.is_active}},
lualine_a = { 'mode', { hydra.get_name, cond = hydra.is_active } },
lualine_b = { 'branch', 'diff' },
lualine_c = {
'filename',