diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2019-03-11 13:20:40 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2019-03-11 13:20:40 +0100 |
commit | ffa012d4884912f39d29fe1148b0cca513757853 (patch) | |
tree | bed1ae60dc0dbd190cd297645f2c1b73a6de5514 /.vimrc | |
parent | Add/fix headlines for config sections (diff) | |
download | vim_sync-ffa012d4884912f39d29fe1148b0cca513757853.tar.xz |
Rearrange sections
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -222,13 +222,6 @@ source ~/.vim/hicursorwords.vim " Plugins ==================================================================== " ============================================================================ -" ====================== -" vim-gitgutter settings -" ====================== -highlight GitGutterAdd guifg=#009900 ctermfg=2 -highlight GitGutterChange guifg=#bbbb00 ctermfg=3 -highlight GitGutterDelete guifg=#ff2222 ctermfg=1 - " ============ " ale settings " ============ @@ -264,6 +257,13 @@ Plugin 'dhruvasagar/vim-table-mode' call vundle#end() filetype plugin indent on +" ====================== +" vim-gitgutter settings +" ====================== +highlight GitGutterAdd guifg=#009900 ctermfg=2 +highlight GitGutterChange guifg=#bbbb00 ctermfg=3 +highlight GitGutterDelete guifg=#ff2222 ctermfg=1 + " ==================== " ansible-vim settings " ==================== |