summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rwxr-xr-xinit.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index bd5ad71..3b575cb 100755
--- a/init.vim
+++ b/init.vim
@@ -4,6 +4,8 @@ autocmd BufReadPost *
\ exe "normal! g`\"" |
\ endif
+let mapleader = ","
+
if expand('%:t') =~ '*ms'
set filetype=nroff
endif
@@ -148,4 +150,8 @@ set number
set cursorline
set modeline
-colorscheme vim
+try
+ colorscheme vim
+catch
+ colorscheme default
+endtry