aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
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
" ========