diff options
| -rw-r--r-- | init.vim | 5 | ||||
| -rw-r--r-- | plug-config/coc.vim | 2 | 
2 files changed, 5 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 diff --git a/plug-config/coc.vim b/plug-config/coc.vim index 82d99025..c554a0c1 100644 --- a/plug-config/coc.vim +++ b/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',  | 
