diff options
author | Chris <[email protected]> | 2020-05-26 01:11:57 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-26 01:11:57 -0400 |
commit | c2a690b5987df4f534b50b420a371b9ef4cc7f0c (patch) | |
tree | 75ecbe73c21bcbea688964b4ee92370d8e4d9731 /init.vim | |
parent | 126c904c95e30d2c74cac08e11ea5e94c3eac783 (diff) |
added some notes about python
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |