summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system-base/etc/vim/vimrc.local
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/static_files/system-base/etc/vim/vimrc.local')
-rw-r--r--satellit_installer/static_files/system-base/etc/vim/vimrc.local10
1 files changed, 10 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system-base/etc/vim/vimrc.local b/satellit_installer/static_files/system-base/etc/vim/vimrc.local
new file mode 100644
index 0000000..4bfb95d
--- /dev/null
+++ b/satellit_installer/static_files/system-base/etc/vim/vimrc.local
@@ -0,0 +1,10 @@
+runtime! defaults.vim
+let g:skip_defaults_vim = 1
+
+syntax on
+set showmatch
+set smartcase
+set incsearch
+set mouse=
+set autoindent
+set smartindent