Update the dap mappings, add lsp indicator in bar, use default dapui

layout
This commit is contained in:
Antoine Vaure 2024-12-22 19:34:20 +01:00
parent de3c53c461
commit 533d663e87
4 changed files with 131 additions and 36 deletions

View file

@ -28,7 +28,14 @@ local opts = {
-- cond = require("noice").api.status.mode.has,
-- },
},
lualine_x = { 'diagnostics', 'filetype' },
lualine_x = {
function()
-- invoke `progress` here.
return require('lsp-progress').progress()
end,
'diagnostics',
'filetype',
},
lualine_y = { 'progress' },
lualine_z = { 'location' }
},