You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I was setting up vim-bundler and was struggling to figure out why it kept treating my Gemfile.lock as toml, even though the package includes its own syntax and filetype. I filed tpope/vim-bundler#55 about it.
I was setting up vim-bundler and was struggling to figure out why it kept treating my
Gemfile.lock
as toml, even though the package includes its own syntax and filetype. I filed tpope/vim-bundler#55 about it.After some digging, it lead me to
filetype.nvim/lua/filetype/mappings/extensions.lua
Line 304 in b522628
Compare this to filetypes.nvim:
I disabled filetype.nvim, and it started working.
The text was updated successfully, but these errors were encountered: