Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Releases: nathom/filetype.nvim

filetype.nvim v0.4

24 Nov 00:22
Compare
Choose a tag to compare

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

Full Changelog: v0.3...v0.4

filetype.nvim v0.3

31 Oct 18:36
Compare
Choose a tag to compare

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 set ft=envrc.

filetype.nvim v0.2

15 Oct 19:46
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/nathom/filetype.nvim

filetype.nvim v0.1

05 Oct 17:55
Compare
Choose a tag to compare

First release of filetype.nvim!