This repository has been archived by the owner on May 6, 2024. It is now read-only.
Releases: nathom/filetype.nvim
Releases · nathom/filetype.nvim
filetype.nvim v0.4
What's Changed
- The massive lua tables are now lazily loaded, which significantly improves startup times for many filetypes
- feat: add shebang mapping for nodejs by @fitrh in #42
- Read function_complex field by @BeyondMagic in #45
New Contributors
- @fitrh made their first contribution in #42
- @BeyondMagic made their first contribution in #45
Full Changelog: v0.3...v0.4
filetype.nvim v0.3
Bug Fixes
- Overrides should now work properly.
- Files names that start with
.
should not have it's filetype set to the filename. For example.envrc
shouldn't setft=envrc
.
filetype.nvim v0.2
Merge branch 'main' of https://github.com/nathom/filetype.nvim
filetype.nvim v0.1
First release of filetype.nvim
!