1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

New plugin for quickly commenting regions of files

This commit is contained in:
2018-01-02 13:06:08 +01:00
parent 57153f15b5
commit 27ff57a5b8

6
.vimrc
View File

@@ -97,8 +97,14 @@ Plugin 'ryanoasis/vim-devicons'
" == Content convenience ====== " == Content convenience ======
" transparent editing of gpg encrypted files. The filename must have a .gpg,
" .pgp or .asc suffix.
Plugin 'jamessan/vim-gnupg' 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 " Automatically insert matching close bracket where it belongs
"Plugin 'seletskiy/vim-autosurround' "Plugin 'seletskiy/vim-autosurround'
"inoremap ( (<C-O>:call AutoSurround(")")<CR> "inoremap ( (<C-O>:call AutoSurround(")")<CR>