mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Compare commits
2 Commits
3391f92297
...
4405d5316f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4405d5316f | ||
|
|
7229453192 |
8
.vimrc
8
.vimrc
@@ -108,11 +108,15 @@ Plug 'vim-autoformat/vim-autoformat'
|
||||
" Comment stuff out: one line with `gcc`, selection with `gc`
|
||||
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()
|
||||
|
||||
|
||||
" ,nn will toggle NERDTree on and off
|
||||
"nmap <LocalLeader>n :NERDTreeToggle<cr>
|
||||
" Set alias command for toggeling nerd tree
|
||||
command NT NERDTreeTabsToggle
|
||||
|
||||
" special configuration:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user