aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index d1f7c9f..b059ccf 100755
--- a/vimrc
+++ b/vimrc
@@ -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']}