Latest #neovim Threads Top

jpease
If it’s useful to anyone, here’s a tiny nvim plugin (jpease/hex-outdated.nvim) that shows drift between your mix.exs and packages on hex....
New
dbern
I built a blink.cmp source that brings hex.pm completions into your mix.exs for Neovim users: Search packages as you type {:pho → :phoe...
New
New
hq1
Hey! Just wanted to share my ExUnit NeoVim plugin: GitHub - aerosol/nvim-exunit: Opinionated ExUnit test runner for NeoVim · GitHub The...
New
renews
Hello everyone, today I created a simple Neovim plugin to check for new versions of packages used in the project, not sure if it is usefu...
New
kelvinst
Hi people! I am wondering if anyone had successfully configured tidewave editor integration to open files on nvim. I am trying it with ...
New
roganjoshua
using Neovim 0.11 and elixir-ls 0.27.2 with erlang 27 and elixir 1.83 I have turned on everything vim.lsp.config('elixirls', { cmd = {...
New
leandrocp
Autumn is a syntax highlighter powered by Tree-sitter and Neovim themes. You can check out how it looks like at https://autumnus.dev/ F...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
code
When I try to spawn elixirls language server using the following config: require('lazy').setup({ local servers={ elixirls = {cm...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42158 114
New
New
leandrocp
Autumn is a syntax highlighter powered by Tree-sitter and Neovim themes. You can check out how it looks like at https://autumnus.dev/ F...
New
kelvinst
Hi people! I am wondering if anyone had successfully configured tidewave editor integration to open files on nvim. I am trying it with ...
New
dbern
I built a blink.cmp source that brings hex.pm completions into your mix.exs for Neovim users: Search packages as you type {:pho → :phoe...
New
renews
Hello everyone, today I created a simple Neovim plugin to check for new versions of packages used in the project, not sure if it is usefu...
New
hq1
Hey! Just wanted to share my ExUnit NeoVim plugin: GitHub - aerosol/nvim-exunit: Opinionated ExUnit test runner for NeoVim · GitHub The...
New

Last Three Year's Trending Top

AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
fun2src
Hi all, Anyone using nvim-lsp + Neovim 0.5.0? How did you configure it for Elixir? https://neovim.io/doc/user/lsp.html The following...
New
ohnoimdead
Heya, apologies in advance if there’s a better place to ask this, happy to move it if so. I’m just playing around with AstroNvim (GitHub...
New
blinux
I’ve been trying to get this to work for many hours following documentation and just running into more problems. None of these are explic...
New
ca1989
Hi all, my editor (neovim + elixir-ls via coc.nvim) does format on save. Randomly, it adds parenthesis around macros, so I have a diff ...
New
georgeguimaraes
Another cool plugin for Neovim, GitHub - jmbuhr/otter.nvim: Just ask an otter! 🦦 · GitHub makes it possible to run linters for embedded c...
New
vegabook
I’m using Neovim with an nvim-treesitter plugin for elixir configured as follows: { "nvim-treesitter/nvim-treesitter", bu...
New
sevensidedmarble
Hey! Here’s a little video I made on how you can start using Neovim for Elixir/Phoenix development: If you like it, pleas...
New
georgeguimaraes
Cool addition to my Neovim setup: https://github.com/Wansmer/symbol-usage.nvim It uses the references command from the LSP to sho...
New
code
When I try to spawn elixirls language server using the following config: require('lazy').setup({ local servers={ elixirls = {cm...
New
crisefd
I decided to try Neovim (first time using vim at all) for Elixir. I’m using Mason Vim and installed ElixirLS as my language server. After...
New
ca1989
Hi all, I am using elixir-ls and neovim (with nvim-lspconfig). I am not able to activate spect suggestions and the run test action. Is...
New
Gaditone
Obviously this a bit sub-genre: I am presently hacking Nixvim (neovim built in nix) for my Elixir dev env. Anyone in the same boat?
New
huibosa
Begin learning elixir recently, and i was setup the elixirls in neovim following this guide. I could get most of the lsp elixirls feature...
New
patrickdavey
My vim setup is not formatting heex files (it’ll format .ex files on save happily). When I run it manually with :call CocAction('format'...
New

Trending Over Three Years Top

sodapopcan
I’m wondering who still uses Vim for Elixir dev in these parts. VS Code appears to be the editor of choice for most or at least that is ...
New
torrocar
Hi all, I have configured my neovim according to this thread - thanks for the awesome work on that one, btw! As I am working on an Arch...
New
adamu
There is a thread about vim already, but I wanted to start one specifically about the language server. What configuration do people use ...
New
rokfrog
I am using VS Code, however wanted to try/move to Oni/NeoVim. If anyone got Elixir up and running on Oni or Neovim, kindly share your exp...
New
stefanluptak
Hi all, I would like to follow up on the topic I posted here. Unfortunately, it seems that VSCode is not able to do this for me, so mayb...
New
gmile
Maybe a silly question, but may I ask how is it that one runs the language server in a way to make logs visible, like on the sample outpu...
New
ca1989
Hi all, is anyone using some plugin to do refactorings in neovim? I’ve found this one, but it seems it doesn’t support Elixir: https:/...
New
water
I currently format .html.heex with mix format But now I saw this: https://github.com/tailwindlabs/prettier-plugin-tailwindcss Is anyon...
New
Ma233
Hi, I’m a new programmer of Elixir. I got a problem when using coc-elixir and elixir-ls. While I can go to definition of all libs instal...
New
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!
New
EasterPeanut
Environment Elixir 1.14.1 and Erlang 25.1.1 elixir-ls 0.13.0 installed through Homebrew Neovim 0.8.3 on MacOS Native Neovim LSP Neovim ...
New
aaron-price
I’m hoping someone can suggest a vim plugin (well, neovim) which might allow me to evaluate a function from the editor, as if I’m doing i...
New
roganjoshua
using Neovim 0.11 and elixir-ls 0.27.2 with erlang 27 and elixir 1.83 I have turned on everything vim.lsp.config('elixirls', { cmd = {...
New
patrickdavey
I’m just working through the prag-prog live view course and discovered that my vim setup just isn’t working nicely for the .ex files wher...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement