feat: actually configure dap :)
This commit is contained in:
parent
33cd62170b
commit
17780f8e10
4 changed files with 21 additions and 24 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue