From c2a690b5987df4f534b50b420a371b9ef4cc7f0c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 26 May 2020 01:11:57 -0400 Subject: added some notes about python --- init.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 3ff6dcb7..fad5b83b 100644 --- a/init.vim +++ b/init.vim @@ -48,5 +48,6 @@ if !empty(glob("./paths.vim")) endif let g:polyglot_disabled = ['csv'] -" Codi -" let g:codi#rightalign=0 +" Python +" https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool +" also look into profiling as well -- cgit v1.2.3