-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim Elixir Syntax Highlighting? #45
Comments
Hey Nelson, my weekend's going well thanks. I'm actually not using If you would like to add syntax highlighting, then using my current you could add the
And you can remove it again by simply running:
I previously had the following in my $ ls ~/.vim/bundle
elm.vim vim-elixir vim-javascript vim-repeat vim-surround |
Minimal plugins is a really good plan. 💡 I'm still reacquainting myself with Vim after a 6 year hiatus. ⏳ If you have time next week, I'd love to do a 10 min remote pairing session 💻 <-- 🌍 --> 💻 |
Sounds good 👍 I'd enjoy that. I'll message you on gitter and we can arrange a time |
@samhstn does this means that non of your code is using syntax highlight (elm elixir js...)? Only black and white text? |
@SimonLab I have
I have used
I think the ideal solution for me would be an It would be installed with: curl -SLs "https://raw.githubusercontent.com/samhstn/my-config/master/.vim/syntax/elm.vim" > ~/.vim/syntax/elm.vim This (it may be good to consider adding a similar configuration for indent, taking inspiration from |
Hi @samhstn! Hope your weekend is going well. ☀️
In your WHY_VIM.md#thoughts-on-vim-plugins you say that
you aren't currently using any Plugins in your Vim setup. (and your
.vimrc
confirms it...)My question is: how are you getting
Elixir
Syntax highlighting for.ex
,.eex
and.exs
files?The text was updated successfully, but these errors were encountered: