Compare commits

...

2 Commits

Author SHA1 Message Date
Vitaly Kushner
009e095c86 Merge 10e7eff1e4 into 692e359ad9 2024-11-10 18:45:52 +08:00
Vitaly Kushner
10e7eff1e4 brewfile filetype (inherit from ruby) 2021-08-15 14:51:56 +02:00

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