]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - vimrc
Remove Atom config
[rbdr/dotfiles] / vimrc
diff --git a/vimrc b/vimrc
index 1eefa87b38bbee118e7ec5bb9660acf053855ee6..d1f7c9f543b698b1d31e6ff52b91d6970bfd73f9 100755 (executable)
--- a/vimrc
+++ b/vimrc
@@ -79,6 +79,7 @@ set backspace=indent,eol,start
 " 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
@@ -171,14 +172,6 @@ endfunction
 
 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