-
Notifications
You must be signed in to change notification settings - Fork 34
Filetype does not detect dot files. #94
Comments
I have the same issue. Some file types work, others don't.
|
I am also facing this issue (with |
Uninstall the plugin. ¯\(ツ)/¯ |
This is indeed the right solution for this issue. Uninstall filetype.nvim and set |
You do not need If you are using Neovim 0.8 or later you do not need to do anything to enable Lua based filetype detection. It is all enabled by default. |
While opening dot file I get following error message.
Error detected while processing BufReadPost Autocommands for "":
E5108: Error executing lua vim/_editor.lua:0: BufReadPost Autocommands for ""..script nvim_exec2() called at BufReadPost Autocommands for "*":0: Vim(call):E1
17: Unknown function: dist#ft#CSH
stack traceback:
[C]: in function 'nvim_exec2'
vim/_editor.lua: in function 'cmd'
...r/start/filetype.nvim/lua/filetype/mappings/function.lua:525: in function 'name'
...te/pack/packer/start/filetype.nvim/lua/filetype/init.lua:17: in function 'set_filetype'
...te/pack/packer/start/filetype.nvim/lua/filetype/init.lua:65: in function 'try_lookup'
...te/pack/packer/start/filetype.nvim/lua/filetype/init.lua:171: in function 'resolve'
[string ":lua"]:1: in main chunk
The text was updated successfully, but these errors were encountered: