Tweaks for Ruby
This commit is contained in:
parent
0e599cec6c
commit
1f0d935257
@ -23,6 +23,7 @@ Plug 'https://github.com/plasticboy/vim-markdown.git'
|
|||||||
Plug 'https://github.com/rust-lang/rust.vim'
|
Plug 'https://github.com/rust-lang/rust.vim'
|
||||||
Plug 'https://github.com/tomasr/molokai.git'
|
Plug 'https://github.com/tomasr/molokai.git'
|
||||||
Plug 'https://github.com/tpope/vim-abolish.git'
|
Plug 'https://github.com/tpope/vim-abolish.git'
|
||||||
|
Plug 'https://github.com/tpope/vim-bundler.git'
|
||||||
Plug 'https://github.com/tpope/vim-commentary.git'
|
Plug 'https://github.com/tpope/vim-commentary.git'
|
||||||
Plug 'https://github.com/tpope/vim-eunuch.git'
|
Plug 'https://github.com/tpope/vim-eunuch.git'
|
||||||
Plug 'https://github.com/tpope/vim-fugitive.git'
|
Plug 'https://github.com/tpope/vim-fugitive.git'
|
||||||
@ -64,6 +65,10 @@ let g:go_fmt_command = 'goimports'
|
|||||||
let g:licenses_authors_name = 'Alex Yatskov <alex@foosoft.net>'
|
let g:licenses_authors_name = 'Alex Yatskov <alex@foosoft.net>'
|
||||||
let g:licenses_copyright_holders_name = g:licenses_authors_name
|
let g:licenses_copyright_holders_name = g:licenses_authors_name
|
||||||
|
|
||||||
|
" vim-rails
|
||||||
|
let g:rubycomplete_buffer_loading = 1
|
||||||
|
let g:rubycomplete_classes_in_global = 1
|
||||||
|
|
||||||
" vim-table-mode
|
" vim-table-mode
|
||||||
let g:table_mode_corner = '|'
|
let g:table_mode_corner = '|'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user