filetype.nvim icon indicating copy to clipboard operation
filetype.nvim copied to clipboard

Don't assume all lock files are toml, just Cargo.lock

Open technicalpickles opened this issue 3 years ago • 1 comments

Fixes https://github.com/nathom/filetype.nvim/issues/87

technicalpickles avatar Jul 18 '22 18:07 technicalpickles

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

technicalpickles avatar Jul 18 '22 19:07 technicalpickles

Any chance of getting this merged?

technicalpickles avatar Sep 23 '22 18:09 technicalpickles