bitboxer
In the last couple of months I only played a little bit with elixir, haven’t had much time to actually build something with it. But now that I am starting to actually use it for a project, I am curious what vim plugins everybody is using to make writing elixir as pleasant as possible inside of vim.
I shared my config in my blog and am very curious on what other vim users here use in their day to day elixir lives. Please share your config
.
Trending in Dev Env & Tools
Yeah, feels the same here. :confused: And I made a much bigger investment, the iMac Pro I got was $8000 at the time I bought it (2019).
...
New
TL;DR;
Best practices for shipping an ecosystem of connector packages to Hex in a responsible way?
Background
I have a project, jido_c...
New
Hi all, I am writing Elixir using Zed. Often times I like to “Go to definition” on standard libraries code and check out documentation an...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 16 Posts
AndyL
Thanks for sharing this!!
I installed neomake. Got it to highlight errors, but the
:lnextand:lprevcommands do not work. (they do with ruby…) Any idea what could be going on??bitboxer
Sadly I have no idea what is going wrong there.
AndyL
I did a little more research - testing both Syntastic and Neomake. Here’s what I found:
:lnextand:lprevwill never work:llworks !!So both Syntastic and Neomake are broken for Elixir…
There is a further issue with Neomake. When Neomake performs syntax check, it does not resolve references to Structs. It tags a valid reference to
%MyStruct{}with an undefined object error. Syntastic does not have this problem.For the time being, I’m using Syntastic. BTW there is a maintainer for Syntastic/Elixir - Richard Ramsden. Perhaps it will be possible to work with Richard to fix the multi-error detection problem.
AstonJ
Nice thread @bitboxer, I was about to post the same
very interested in hearing how others have theirs set up too.
Is anyone using Janus? It’s probably most common amongst Ruby folk and what I’ve used to date. Wondering whether to ditch it tho..
bitboxer
I started out with Janus, too. Its a nice distribution to start exploring vim (for me there are 2 approaches to learning vim, pointed out here). But after a while I wanted to configure vim more to my needs. I wanted to remove functionality that I didn’t need and add others. Basically I started again from scratch and rebuild my vim config based on my needs. This is what lots of people I know did. With this I don’t want to say that Janus is bad or just a beginners tool. Everyone uses Vim in a very unique own way. And for some Janus fits, and for others it doesn’t.
AstonJ
I am beginning to feel the same way - I want more control over my config. Partly because I want to know what’s standard Vim and what I’ve added, as a few times I have gone to do something on the server and it’s not worked (obviously because the config on the server is non-janus).
Thanks for your feedback! I might just strip out Janus and go solo
AstonJ
I went solo, but am back to Janus
I see Janus a bit like SpaceMacs - it adds pretty much all the nice things I would want to add anyway, but without the hassle of configuring it all myself.
max-underthesun
I’ve just started learning Vim (ST and Atom user).
Thanks a lot for your config and especially for tons of comments in it
Very useful!
Thanks for pointing me to Janus, I’ll definitely give it a try… probably after I get used to Vim.
minhajuddin
I use neovim and a pretty big list of plugins
oboudry
bitboxer, are you using vim or neovim ? I’m really envious of the autocompleteion, but did not manage to get the Alchemist plugin to work.