This commit is contained in:
don philipe
2023-10-30 09:29:00 +01:00

8
.vimrc
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: