Compare commits

...

3 Commits

Author SHA1 Message Date
Vitaly Kushner
e9393ee81f Merge 10e7eff1e4 into f5393cfee0 2024-12-07 16:12:26 +09:00
Haim
f5393cfee0 Update README.md (#861)
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
Fix parenthesis missing, thus logo was not showing up
2024-12-04 23:22:43 +01:00
Vitaly Kushner
10e7eff1e4 brewfile filetype (inherit from ruby) 2021-08-15 14:51:56 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -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
![vim-polyglot](https://i.imgur.com/9RxQK6k.png
![vim-polyglot](https://i.imgur.com/9RxQK6k.png)
A collection of language packs for Vim.

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