diff options
Diffstat (limited to 'old_0.4.4/init.vim')
-rw-r--r-- | old_0.4.4/init.vim | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/old_0.4.4/init.vim b/old_0.4.4/init.vim index 2cd1477..0fc011f 100644 --- a/old_0.4.4/init.vim +++ b/old_0.4.4/init.vim @@ -1,5 +1,9 @@ syntax on -colorscheme sorbet +try + colorscheme sorbet +catch + colorscheme slate +endtry set hlsearch set number |