diff options
-rw-r--r-- | vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |