Merge branch 'main' into v0.7

This commit is contained in:
raf 2024-10-05 23:40:48 +00:00 committed by GitHub
commit 18ae3e1f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 55 additions and 34 deletions

View file

@ -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
},