summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim5
1 files changed, 3 insertions, 2 deletions
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