dart-lang / dart-vim-plugin

Syntax highlighting for Dart in Vim
BSD 3-Clause "New" or "Revised" License
640 stars 55 forks source link

File type not activated when loading dart files in Neovim #106

Closed edyu closed 4 years ago

edyu commented 4 years ago

Using 0.4.3 on WSL. Plugin is added using Dein. Somehow whenever I load a file with file extension .dart, the file type is not set to dart automatically. I have to manually do :set ft=dart in order for the plugin to work.

edyu commented 4 years ago

Looks like dart file type is not shipped with 0.4.3 for neovim.

mukhtharcm commented 4 years ago

@edyu is there any way to use this with neovim?