Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
feat: set up elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Dec 6, 2022
1 parent a3b8cfe commit 4580a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ nvim_lsp.svelte.setup({})

nvim_lsp.prismals.setup({})

nvim_lsp.elixirls.setup({
cmd = { "/home/nxl/Downloads/elixir-ls/language_server.sh" },
})

local signs = { Error = "", Warn = "", Hint = "", Info = "" }
for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type
Expand Down

0 comments on commit 4580a2a

Please sign in to comment.