File tree Expand file tree Collapse file tree
lua/modules/configs/tool/dap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ return function()
6464 elseif type (custom_handler ) == " function" then
6565 -- Case where the protocol requires its own setup
6666 -- Make sure to set
67- -- * dap.adpaters .<dap_name> = { your config }
67+ -- * dap.adapters .<dap_name> = { your config }
6868 -- * dap.configurations.<lang> = { your config }
6969 -- See `codelldb.lua` for a concrete example.
7070 custom_handler (config )
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ You must install Git before installing this Nvim config. See:
392392 info - Msg ' Please make sure you have a Rust Toolchain installed via `rustup`! Otherwise, unexpected things may'
393393 info_ext - Msg ' happen. See: https://www.rust-lang.org/tools/install.¯¯¯¯¯¯¯¯¯¯¯¯'
394394 info_ext - Msg ' ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯'
395- info - Msg ' If lazy.nvim failed to fetch any plugin(s), maunally execute `:Lazy sync` until everything is up-to-date.'
395+ info - Msg ' If lazy.nvim failed to fetch any plugin(s), manually execute `:Lazy sync` until everything is up-to-date.'
396396 Write-Host @'
397397
398398Thank you for using this set of configuration!
You can’t perform that action at this time.
0 commit comments