rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Haml syntax auto recognizing #196

Open sunchess opened 8 years ago

sunchess commented 8 years ago

Hello! I'm working in ruby on rails app and have some problem. In console neovim auto recognizing is working good but Neovim.app it is failed.

Any ideas?

rogual commented 8 years ago

I would guess something in your init.vim is breaking under neovim.app. Try starting with a blank init file and see if syntax detection works. Then add stuff in until it breaks and you'll know what the problem is.