summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 41776c4..60e1305 100644
--- a/vimrc
+++ b/vimrc
@@ -179,17 +179,18 @@ if s:IsPluginEnabled('junegunn/fzf.vim')
nnoremap <leader>rg :Rg
endif
-"}}}
-"{{{ Vim Basic
-
if s:IsPluginEnabled('chriskempson/base16-vim')
let g:gBase16ColorEnabled = 1
syntax on
+ let base16colorspace=256
else
let g:gBase16ColorEnabled = 0
colorscheme johannst
endif
+"}}}
+"{{{ Vim Basic
+
filetype plugin indent on " enable loading indent file for filetype
set fileformats=unix,dos,mac " try recognizing dos, unix, and mac line endings.
set encoding=utf-8 " set default encoding to UTF-8.