1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/statusline.lua: ignore dap filetypes

This commit is contained in:
Henrik Hautakoski 2025-10-16 18:46:17 +02:00
parent 2db3ff1c16
commit 330d1a0ad6

View file

@ -47,7 +47,13 @@ local options = {
winbar = {
"neo-tree",
"NvimTree",
"alpha"
"alpha",
'dap-repl',
'dapui_breakpoints',
'dapui_stacks',
'dapui_watches',
'dapui_scopes',
'dapui_console',
}
},
theme = {