Update the dap mappings, add lsp indicator in bar, use default dapui
layout
This commit is contained in:
parent
de3c53c461
commit
533d663e87
4 changed files with 131 additions and 36 deletions
|
|
@ -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' }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue