From 4c02cc12fd4f9222f0c73033aecb32d4e9e9cefd Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 4 Aug 2020 01:25:33 -0400 Subject: vimspector confuses me --- init.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.vim') 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' -- cgit v1.2.3