Skip to content

Commit

Permalink
elixirls
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jul 10, 2024
1 parent be65007 commit 3611ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/develop/neovim/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ local elixir = require("elixir")
local elixirls = require("elixir.elixirls")
elixir.setup {
nextls = {
enable = true,
enable = false,
experimental = {
completions = {
enable = true
Expand All @@ -177,7 +177,7 @@ elixir.setup {
end,
},
elixirls = {
enable = false,
enable = true,
tag = "v0.22.0",
capabilities = require('lsp').capabilities(),
on_attach = function(client, bufnr)
Expand Down

0 comments on commit 3611ff6

Please sign in to comment.