diff options
author | Chris <[email protected]> | 2020-08-04 01:25:33 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-04 01:25:33 -0400 |
commit | 4c02cc12fd4f9222f0c73033aecb32d4e9e9cefd (patch) | |
tree | dc11a1d78c015b0371e8b687b3b75d0b7fd28c6b /init.vim | |
parent | 4395fe9403937a9dd6c79867a597dc89be821c34 (diff) |
vimspector confuses me
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,3 +52,6 @@ let g:polyglot_disabled = ['csv'] " https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool " also look into profiling as well let g:python_highlight_all=1 + +let g:vimspector_base_dir=expand( '$HOME/.config/nvim/vimspector-config' ) +let g:vimspector_enable_mappings='HUMAN' |