Bundle vim-ruby/vim-ruby
vim-ruby is where Vim's support for Ruby comes from - file type detection, syntax highlighting, etc. Vim bundles vim-ruby, but the GitHub project is always ahead of what's released with Vim.
This commit is contained in:
parent
bb757b4a23
commit
49f16b16c3
2 changed files with 3 additions and 1 deletions
1
vim/bundle/vim-ruby
Submodule
1
vim/bundle/vim-ruby
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5943faa4438b102ef19011f70599b6bc4f8a72c6
|
3
vimrc
3
vimrc
|
@ -42,6 +42,7 @@ Bundle 'tpope/vim-markdown'
|
||||||
Bundle 'tpope/vim-rails'
|
Bundle 'tpope/vim-rails'
|
||||||
Bundle 'tpope/vim-surround'
|
Bundle 'tpope/vim-surround'
|
||||||
Bundle 'tsaleh/vim-matchit'
|
Bundle 'tsaleh/vim-matchit'
|
||||||
|
Bundle 'vim-ruby/vim-ruby'
|
||||||
Bundle 'vim-scripts/ctags.vim'
|
Bundle 'vim-scripts/ctags.vim'
|
||||||
Bundle 'vim-scripts/greplace.vim'
|
Bundle 'vim-scripts/greplace.vim'
|
||||||
Bundle 'vim-scripts/tComment'
|
Bundle 'vim-scripts/tComment'
|
||||||
|
@ -132,7 +133,7 @@ nnoremap <Leader>l :call RunLastSpec()<CR>
|
||||||
" Treat <li> and <p> tags like the block tags they are
|
" Treat <li> and <p> tags like the block tags they are
|
||||||
let g:html_indent_tags = 'li\|p'
|
let g:html_indent_tags = 'li\|p'
|
||||||
|
|
||||||
" Markdown files end in .md
|
" Set syntax highlighting for specific file types
|
||||||
au BufRead,BufNewFile *.md set filetype=markdown
|
au BufRead,BufNewFile *.md set filetype=markdown
|
||||||
|
|
||||||
" Enable spellchecking for Markdown
|
" Enable spellchecking for Markdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue