Skip to content

Commit

Permalink
languages/elixir.nix: fix elixir-tools setup (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloxx12 authored Oct 5, 2024
1 parent cc14a1c commit f01e404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/plugins/languages/elixir.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ in {
(mkIf cfg.elixir-tools.enable {
vim.startPlugins = ["elixir-tools"];
vim.pluginRC.elixir-tools = entryAnywhere ''
local elixir-tools = require("elixir")
local elixirls = require("elixir-tools.elixirls")
local elixir = require("elixir")
local elixirls = require("elixir.elixirls")
-- disable imperative insstallations of various
-- elixir related tools installed by elixir-tools
elixir-tools.setup {
elixir.setup {
nextls = {
enable = false -- defaults to false
},
Expand Down

0 comments on commit f01e404

Please sign in to comment.