Compare commits

..

2 Commits

Author SHA1 Message Date
Vitaly Kushner
f65f6e2f86 Merge 10e7eff1e4 into bc8a81d359 2022-12-01 18:12:39 -05:00
Vitaly Kushner
10e7eff1e4 brewfile filetype (inherit from ruby) 2021-08-15 14:51:56 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
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
![vim-polyglot](https://i.imgur.com/9RxQK6k.png)
[![build](https://github.com/sheerun/vim-polyglot/workflows/Vim%20Polyglot%20CI/badge.svg)](https://github.com/sheerun/vim-polyglot/actions) [![Maintenance](https://img.shields.io/badge/maintained%20since-2013-yes)]()
A collection of language packs for Vim.
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.

6
ftplugin/brewfile.vim Normal file
View 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