aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/vim.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent/vim.vim')
-rw-r--r--vim/indent/vim.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/indent/vim.vim b/vim/indent/vim.vim
index b958fe54..3b038349 100644
--- a/vim/indent/vim.vim
+++ b/vim/indent/vim.vim
@@ -1,3 +1,6 @@
+" Restore local indent settings to the global values
+runtime indent/_GLOBAL.vim
+
" Observe VimL conventions for two-space indents
setlocal shiftwidth=2
setlocal softtabstop=2