diff options
author | Teddy Wing | 2022-06-01 20:40:30 +0200 |
---|---|---|
committer | Teddy Wing | 2022-06-01 21:03:33 +0200 |
commit | e3ec82e56b08d6d0fc9098eb93dcaf121f536904 (patch) | |
tree | b3783e372b6b08ecfc1acd8ee839135919ae9be7 /vimrc | |
parent | 7da6f24af2750e12cae9448847952fa528399539 (diff) | |
download | dotvim-e3ec82e56b08d6d0fc9098eb93dcaf121f536904.tar.bz2 |
vimrc: Disable context.vim by default
Enable it by default in AODocs paths.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -491,6 +491,7 @@ " " 2022.06.01: " * Add `yp` mapping to paste from the "0 register. +" * Disable context.vim by default. " @@ -742,6 +743,11 @@ nnoremap gS :call argwrap#toggle() <Bar> silent! call repeat#set('gS')<cr> command! -bar -bang -range -nargs=* T <line1>,<line2>TComment<bang> <args> +" Context +" Disable Context by default. +let g:context_enabled = 0 + + " Mappings " ======== |