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
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
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
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
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
Chat & Discussions>Discussions
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
- #ai
- #iex
- #graphql
- #elixirconf-us
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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
Hermanverschooten
I use LunarVim, it comes with all the bells and whistles.
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!
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
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.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 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.
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.
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