mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 01:15:10 +01:00
Quickly comment out code
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -38,6 +38,9 @@ Plugin 'mbbill/undotree'
|
|||||||
nnoremap <Leader>u :UndotreeToggle<CR>
|
nnoremap <Leader>u :UndotreeToggle<CR>
|
||||||
let g:undotree_SetFocusWhenToggle=1 " if undotree is opened, it is likely one
|
let g:undotree_SetFocusWhenToggle=1 " if undotree is opened, it is likely one
|
||||||
" wants to interact with it.
|
" wants to interact with it.
|
||||||
|
" The NERD Commenter : A plugin that allows for easy commenting of code for
|
||||||
|
" many filetypes.
|
||||||
|
Plugin 'scrooloose/nerdcommenter'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|||||||
Reference in New Issue
Block a user