mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
Compare commits
3 Commits
009e095c86
...
e9393ee81f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9393ee81f | ||
|
|
f5393cfee0 | ||
|
|
10e7eff1e4 |
@@ -2,7 +2,7 @@ This is my top-starred repository on Github, so I've decided to put this ad here
|
||||
|
||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||
|
||||

|
||||
|
||||
A collection of language packs for Vim.
|
||||
|
||||
|
||||
6
ftplugin/brewfile.vim
Normal file
6
ftplugin/brewfile.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
if polyglot#init#is_disabled(expand('<sfile>:p'), 'brewfile', 'ftplugin/brewfile.vim')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Load ruby filetype plugin
|
||||
runtime! ftplugin/ruby.vim
|
||||
Reference in New Issue
Block a user