feat: actually configure dap :)

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-02-19 00:58:48 -03:00
parent 33cd62170b
commit 17780f8e10
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 21 additions and 24 deletions

View file

@ -7,8 +7,6 @@ return {
spell = false, -- sets vim.opt.spell
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
wrap = false, -- sets vim.opt.wrap
autochdir = true, -- automatically change the current directory
autowrite = true, -- write file on modification
grepprg = "rg --vimgrep", -- use ripgrep on grep actions
},
g = {