This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
shebang not work with dotfiles #37
Comments
According to these the extension is checked first (before shebang), so the filetype for filetype.nvim/lua/filetype/init.lua Lines 92 to 104 in 859f8da
|
here return filetype.nvim/lua/filetype/init.lua Line 99 in 859f8da
here the type is set using filename: filetype.nvim/lua/filetype/init.lua Line 138 in 859f8da
Maybe |
This is a bug. It is thinking that |
Should be fixed in latest version. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
filetype.nvim no work with
.utils
:lua print(vim.bo.filetype)
returnutil
Renaming
.utils
toutils
it works.The text was updated successfully, but these errors were encountered: