mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Compare commits
2 Commits
master
...
f65f6e2f86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f65f6e2f86 | ||
|
|
10e7eff1e4 |
@@ -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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[](https://github.com/sheerun/vim-polyglot/actions) []()
|
||||||
|
|
||||||
A collection of language packs for Vim.
|
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.
|
> 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
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