Sfoglia il codice sorgente

added some notes about python

Chris 5 anni fa
parent
commit
c2a690b598
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 3 2
      init.vim
  2. 2 0
      plug-config/coc.vim

+ 3 - 2
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

+ 2 - 0
plug-config/coc.vim

@@ -1,12 +1,14 @@
   let g:coc_global_extensions = [
     \ 'coc-snippets',
     \ 'coc-actions',
+    \ 'coc-lists',
     \ 'coc-emmet',
     \ 'coc-pairs',
     \ 'coc-tsserver',
     \ 'coc-floaterm',
     \ 'coc-html',
     \ 'coc-css',
+    \ 'coc-emoji',
     \ 'coc-cssmodules',
     \ 'coc-yaml',
     \ 'coc-python',