filetype.nvim
filetype.nvim copied to clipboard
Don't assume all lock files are toml, just Cargo.lock
Fixes https://github.com/nathom/filetype.nvim/issues/87
This seems like a partial solution. The Gemfile.lock is no longer has a filetype of toml, but is lock.
:verbose set filetype? says it was set from lua, but not where. Disabling the repo in packer lets Gemfile.lock work
Any chance of getting this merged?