summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-04 01:25:33 -0400
committerChris <[email protected]>2020-08-04 01:25:33 -0400
commit4c02cc12fd4f9222f0c73033aecb32d4e9e9cefd (patch)
treedc11a1d78c015b0371e8b687b3b75d0b7fd28c6b /init.vim
parent4395fe9403937a9dd6c79867a597dc89be821c34 (diff)
vimspector confuses me
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 5be6eb72..5dd62d90 100644
--- a/init.vim
+++ b/init.vim
@@ -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'