mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
fixed dap config typo
This commit is contained in:
parent
008af722ce
commit
e0ded1857a
@ -19,7 +19,8 @@ return {
|
||||
local dapui = require 'dapui'
|
||||
|
||||
require('mason-nvim-dap').setup {
|
||||
automatic_setup = true,
|
||||
automatic_installation = true,
|
||||
ensure_installed = {},
|
||||
handlers = {},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user