Clean section breaks in vimrc
This commit is contained in:
parent
729bcf9660
commit
9153315a09
1 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@
|
||||||
" this config does not set nocompatible - neovim does this automatically
|
" this config does not set nocompatible - neovim does this automatically
|
||||||
" this config does not set filetype plugin - vim-sensible does this
|
" this config does not set filetype plugin - vim-sensible does this
|
||||||
" }}}
|
" }}}
|
||||||
" ================================================================================
|
|
||||||
" PLUGIN INSTALLATION - handled by VIM-PLUG {{{
|
" PLUGIN INSTALLATION - handled by VIM-PLUG {{{
|
||||||
" ================================================================================
|
" ================================================================================
|
||||||
"
|
"
|
||||||
|
@ -108,7 +107,6 @@ call plug#end()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" ================================================================================
|
|
||||||
" PLUGIN CONFIGURATION {{{
|
" PLUGIN CONFIGURATION {{{
|
||||||
" ================================================================================
|
" ================================================================================
|
||||||
|
|
||||||
|
@ -226,7 +224,6 @@ let g:tmuxline_preset = {
|
||||||
let g:tmux_navigator_save_on_switch = 1
|
let g:tmux_navigator_save_on_switch = 1
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" ================================================================================
|
|
||||||
" VIM SETTINGS {{{
|
" VIM SETTINGS {{{
|
||||||
" ================================================================================
|
" ================================================================================
|
||||||
"
|
"
|
||||||
|
@ -270,7 +267,6 @@ highlight ColorColumn ctermbg=magenta
|
||||||
call matchadd('ColorColumn', '\%81v', 100)
|
call matchadd('ColorColumn', '\%81v', 100)
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" ================================================================================
|
|
||||||
" KEYBINDINGS {{{
|
" KEYBINDINGS {{{
|
||||||
" ================================================================================
|
" ================================================================================
|
||||||
"
|
"
|
||||||
|
@ -349,6 +345,5 @@ nnoremap <silent> <leader>Q vapJgqap
|
||||||
noremap <F11> :Goyo<CR>
|
noremap <F11> :Goyo<CR>
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" ================================================================================
|
|
||||||
" END
|
" END
|
||||||
" ================================================================================
|
" ================================================================================
|
||||||
|
|
Loading…
Reference in a new issue