Merge dap config from main

This commit is contained in:
Martin Pander
2025-06-24 07:40:43 +02:00
parent 27643e0837
commit 9f75201e84
4 changed files with 25 additions and 4 deletions

View File

@ -37,7 +37,7 @@ vim.opt.lazyredraw = true
vim.opt.listchars = 'eol:¬,tab:▸ ,trail:·'
vim.opt.fillchars = 'vert:|,fold: '
vim.opt.list = true
vim.opt.laststatus = 2
vim.opt.laststatus = 3
vim.opt.scrolloff = 8
vim.opt.background = 'light'
vim.opt.wrap = true
@ -50,7 +50,6 @@ vim.opt.syntax = 'on'
vim.opt.encoding = 'utf-8'
vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.termguicolors = true
vim.opt.conceallevel = 1
----------------------------