hauleth
Some time ago someone suggested me to write article about how I have configured my Vim to work with Elixir, now there it is:
https://medium.com/@hauleth/dumb-elixir-visual-and-improved-editor-53c23a0800e4
Comments are welcome.
Trending in Guides/Tuts
You probably already know that <span>{nil}</span> in a HEEX template produces <span> </span> when rendered. I fin...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
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
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
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
runexec
Any reason why you don’t use Vim hotkeys on Spacemacs?
hauleth
Spacemacs is just set of dotfiles that is created by other people. Your configuration should be yours and yours only. So in general you can count me as a human that do not like neither Spacemacs nor SpaceVim.
This is one of the reason. Another reason is that I started using Vim years ago (~7 I think) and it just fitted me and I do not see any reason to change it.
mythicalprogrammer
Looks awesome, I think I’ll be using some of these plugins for my vim setup. The running repo sql one will fit nicely into my dev workflow.
Do you have an article on tmux too? I use tmux and vim.
hauleth
I do not use TMux since I moved all my “multiplexing” into NeoVim terminals.
pedromcorreia
You could use this generator https://vim-bootstrap.com/.
Remove plugins that you think that is useful
hauleth
This one very much suits into rule:
I just generated one and it is so much full of clutter that I cannot even. The minimal configuration for Vim and NeoVim for Elixir:
And everything is there. Anything more should be added only if you know what you are doing.
jdumont
Just wanted to say thank you. I’ll be digging into this more over the next few days. I recently tried to spruce up my Vim config and get a better workflow going as I realised that I was doing a lot of tasks very mechanically or have got stuck in a rut doing things a certain way that’s less than optimal.
I had a look around for some direction but didn’t find much Elixir specific advice, so your post is very timely and very welcome!
joaothallis
Do you use something to search and replace of multiple files (in a folder or project for example)?
I’m using ag with fzf for searches
hauleth
I am using Ripgrep with QuickFix window for searching, and in case of project-wide replace I use plugin enmasse. Alternatively I use my own sad.vim.
dimitarvp
Here’s a divisive question: which plugin management system do you guys prefer?
I honestly can’t care less about “minimal” or “allows you to do anything”. I just want to get in a plugin UI, say “install X and Y” or “delete Z” or “upgrade all with their newest versions” and peace out.
Which one is best suited for such a use case?