blob: ad4ed0345b81cfbcdcc8d3b65c7aa6d85916f82e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
set omnifunc=rubycomplete#Complete
let g:rubycomplete_buffer_loading = 1
let g:rubycomplete_rails = 1
let g:rubycomplete_classes_in_global = 1
let g:rubycomplete_include_object = 1
let g:rubycomplete_include_objectspace = 1
setlocal spell " allow spell checking for ruby documentation
set complete+=k " allow spell autocompletion using CTRL-N
|