aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTeddy Wing2022-06-01 20:40:30 +0200
committerTeddy Wing2022-06-01 21:03:33 +0200
commite3ec82e56b08d6d0fc9098eb93dcaf121f536904 (patch)
treeb3783e372b6b08ecfc1acd8ee839135919ae9be7 /vimrc
parent7da6f24af2750e12cae9448847952fa528399539 (diff)
downloaddotvim-e3ec82e56b08d6d0fc9098eb93dcaf121f536904.tar.bz2
vimrc: Disable context.vim by default
Enable it by default in AODocs paths.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 66c2b2a..914ad40 100644
--- a/vimrc
+++ b/vimrc
@@ -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
" ========