echojoys
I’d like to ask you all about the configuration of your elixir nvim using packer and what plugin you are using. Thank you very much!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
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
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
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
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #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
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 9 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
adamu
Some of mine:
Essential
https://github.com/neoclide/coc.nvim
https://github.com/elixir-lsp/coc-elixir
https://github.com/elixir-lang/vim-elixir
Helpful
https://github.com/scrooloose/nerdcommenter
https://github.com/vim-airline/vim-airline
https://github.com/tpope/vim-fugitive
https://github.com/tpope/vim-endwise
https://github.com/junegunn/fzf
flc
Maybe not exactly the answer you’re looking for, but since I saw some suggestions about using LunarVim, then this suggestion may serve you.
Recently I decided to switch my whole configuration, which I’ve been carrying and developing for years, to Lua. The Lua part wasn’t a big deal, but I chose to switch on the go some of the plugins I’ve been using and, after a week dealing with broken stuff, I quit trying to start from scratch by myself and decided to use kickstart which has pretty sane plugins and defaults.
You may like it too and can be used as a starting point.
dimitarvp
I never once got motivation to become an “Emacs hacker” so I eventually gave up.
Currently using CentaurEmacs when coding some Golang but Emacs in general is just slow (on macOS at least). I am at the latest 29.0 release candidate and it’s still slow.
IMO Emacs is unsalvageable. I still like it a lot but NeoVim – and its kin e.g. like LunarVim and NvChad, both configs on top of NeoVim – is just much faster.
MartinElvar
Sounds interesting I’m gonna give it a try, tho i’ve been running Doom Emacs for a year soonish. There might be some ideas i can steal to my emacs config.
dimitarvp
I can vouch for LunarVim, it’s extremely good. Very sensible IDE experience in the terminal with very few tweaks needed (like pre-installing LSP and syntax parsing modules for each language you’re interested in).
They have this problem that almost every update breaks your config but there has been discussion with the community and they are working hard to make it more stable. Even though I got grumpy a few times because I had to change my
config.luaand/or reinstall LunarVim altogether I am still very happy with it.echojoys
I haven’t used it, haha. But I went to look at it and he was really cool, I’ll try with it later
echojoys
Thank you for your answer, because I used to use vscode, now migrate to vim, encountered a lot of problems, but after two days of adaptation has been much better, elixir at present I only use code highlighting, because there is auto-completion and syntax checking, setting is more troublesome, currently no formal development use, your answer has provided me with a lot of help. Thank you again!
Hermanverschooten
I use LunarVim, it comes with all the bells and whistles.
asenchi
I spent some time last year updating my nvim configuration to use Lua. It has a focus on Elixir, but there are still some annoyances I haven’t spent time to figure out. For instance, when you create a new module, the “end” doesn’t format properly, it remains indented. Little things like that.
Perhaps you can find some usefulness in the config: GitHub - asenchi/nvim: nvim config · GitHub