Configure nvim debugging

This commit is contained in:
Martin
2025-06-23 21:39:25 +02:00
parent c494611b05
commit dd7709d9e4
4 changed files with 24 additions and 2 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