mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
New plugin for quickly commenting regions of files
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -97,8 +97,14 @@ Plugin 'ryanoasis/vim-devicons'
|
||||
|
||||
" == Content convenience ======
|
||||
|
||||
" transparent editing of gpg encrypted files. The filename must have a .gpg,
|
||||
" .pgp or .asc suffix.
|
||||
Plugin 'jamessan/vim-gnupg'
|
||||
|
||||
" tcomment provides easy to use, file-type sensible comments for Vim. It
|
||||
" can handle embedded syntax.
|
||||
Plugin 'tomtom/tcomment_vim'
|
||||
|
||||
" Automatically insert matching close bracket where it belongs
|
||||
"Plugin 'seletskiy/vim-autosurround'
|
||||
"inoremap ( (<C-O>:call AutoSurround(")")<CR>
|
||||
|
||||
Reference in New Issue
Block a user