mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-21 19:07:59 +00:00
languages/elixir: fix npins name incompat
This commit is contained in:
parent
f62de17141
commit
6538fadb65
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in {
|
|||
})
|
||||
|
||||
(mkIf cfg.elixir-tools.enable {
|
||||
vim.startPlugins = ["elixir-tools"];
|
||||
vim.startPlugins = ["elixir-tools-nvim"];
|
||||
vim.pluginRC.elixir-tools = entryAnywhere ''
|
||||
local elixir = require("elixir")
|
||||
local elixirls = require("elixir.elixirls")
|
||||
|
|
Loading…
Add table
Reference in a new issue