You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using elm-vim for some time without issues, but today when i save an elm file the colour highlighting disappears.
The formatting still works and i dont lose colour highlighting for other languages.
I've tried removing all plugins from my vim rc other than elm-vim and still get the same issue.
I notice there havent been any changes to the plugin so im more wondering if you have any advice about working out what the issue is as im not sure where to start!
Thanks
Dan
The text was updated successfully, but these errors were encountered:
I closed this as i was having issues with highlighting in other files but it turns out its only if i have saved an elm file first, this seems to break highlighting for any file types that i dont have an explicit plugin for (i have an vim-elixir installed and the syntax still works for that after saving an elm file, but any other file types lose syntax.
I've tested this on multiple debian machines now and am seeing the same issue.
Incidentally it does not happen in neovim
I can repro it with this vimrc:
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'elmcast/elm-vim'
call vundle#end()
filetype plugin indent on
filetype plugin on
syntax on
syntax enable
Hi,
I've been using elm-vim for some time without issues, but today when i save an elm file the colour highlighting disappears.
The formatting still works and i dont lose colour highlighting for other languages.
I've tried removing all plugins from my vim rc other than elm-vim and still get the same issue.
I notice there havent been any changes to the plugin so im more wondering if you have any advice about working out what the issue is as im not sure where to start!
Thanks
Dan
The text was updated successfully, but these errors were encountered: