Compare commits

...

2 Commits

Author SHA1 Message Date
don philipe 4405d5316f Command alias for nerd tree toggeling 2023-10-26 12:50:57 +02:00
don philipe 7229453192 Add python coverage vim plugin 2023-10-19 11:35:35 +02:00
+6 -2
View File
@@ -108,11 +108,15 @@ Plug 'vim-autoformat/vim-autoformat'
" Comment stuff out: one line with `gcc`, selection with `gc` " Comment stuff out: one line with `gcc`, selection with `gc`
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
" Show python coverage, needs coverage.py installed (globally)
" use with `:Coveragepy report` or `:Coveragepy show`
Plug 'alfredodeza/coveragepy.vim'
call plug#end() call plug#end()
" ,nn will toggle NERDTree on and off " Set alias command for toggeling nerd tree
"nmap <LocalLeader>n :NERDTreeToggle<cr> command NT NERDTreeTabsToggle
" special configuration: " special configuration: