nvim: Migrated all dap-related things to their own file

This commit is contained in:
PowerUser64 2021-09-28 01:52:37 -07:00
parent 4f55c742ad
commit 7c747cbbc1
4 changed files with 162 additions and 82 deletions

View file

@ -66,6 +66,13 @@ vim.cmd [[
command! W w
command! Wq wq
command! WQ wq
command! Wa wa
command! WA wa
command! Qa qa
command! QA qa
command! Wqa wqa
command! WQa wqa
command! WQA wqa
" Press Alt h to toggle highlighting on/off, and show current value.
noremap <M-h> <cmd>set hlsearch! hlsearch?<CR>