[submodule "vim/bundle/syntastic-local-eslint"]
path = vim/bundle/syntastic-local-eslint
url = https://github.com/mtscout6/syntastic-local-eslint.vim.git
+[submodule "vim/bundle/ale"]
+ path = vim/bundle/ale
+ url = https://github.com/w0rp/ale
let g:netrw_dirhistmax =10
-let g:netrw_dirhist_cnt =2
+let g:netrw_dirhist_cnt =3
let g:netrw_dirhist_1='/usr/local/lib/python2.7/site-packages'
let g:netrw_dirhist_2='/Users/benbeltran/Projects/rack-machine'
+let g:netrw_dirhist_3='/Users/rbeltrandelrio/.dotfiles/config/karabiner'
" load the plugin and indent settings for the detected filetype
filetype plugin indent on
filetype plugin on
+set omnifunc=syntaxcomplete#Complete
" Opens an edit command with the path of the currently edited file filled in
" Normal mode: <Leader>e
nnoremap <C-n> :call NumberToggle()<cr>
-" Syntastic stuff
-let g:syntastic_javascript_checkers = ['eslint']
-let g:syntastic_always_populate_loc_list = 1
-let g:syntastic_check_on_open = 1
-let g:syntastic_check_on_wq = 1
-let g:syntastic_error_symbol = "X"
-let g:syntastic_warning_symbol = "!"
-
" Dank Mono Italics
highlight Keyword cterm=italic