diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-04-15 01:19:44 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-04-15 01:19:44 +0200 |
| commit | d2114c7b9e76661a6bc7154a23e37efa0d9c9214 (patch) | |
| tree | 550c046c28ecc8bbdf5f370ec3ce73fe41905f47 /vimrc | |
| parent | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (diff) | |
Update vim config, add new color scheme
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -111,8 +111,8 @@ set modeline set modelines=10 " Default color scheme -set t_Co=256 -color molokai +set termguicolors +color rbdr " Directories for swp files set backupdir=~/.vim/.backup @@ -196,3 +196,6 @@ let g:fzf_colors = \ 'marker': ['fg', 'Keyword'], \ 'spinner': ['fg', 'Label'], \ 'header': ['fg', 'Comment'] } + +" ALE config +let g:ale_linters = {'javascript': ['eslint']} |