Treat Fastlane files as Ruby files

This commit is contained in:
Mike Yockey
2025-12-03 16:58:06 -05:00
parent 6a3a1dda38
commit 8104dfe369

View File

@@ -29,6 +29,12 @@ vim.g.mapleader = '\\'
vim.opt.winborder = 'rounded'
vim.filetype.add({
filename = {
Fastfile = 'ruby',
}
})
vim.api.nvim_command('filetype plugin on')
vim.api.nvim_create_autocmd(