mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
feat: use elixir-tools.nvim for additional highlighting
This commit is contained in:
parent
7a20488c05
commit
3071c6bb4b
9 changed files with 112 additions and 3 deletions
|
|
@ -344,7 +344,7 @@ in {
|
|||
|
||||
${writeIf cfg.elixir.enable ''
|
||||
lspconfig.elixirls.setup {
|
||||
cmd = { "${pkgs.elixir-ls}/language_server.sh" },
|
||||
cmd = { "${lib.getExe pkgs.elixir-ls}" },
|
||||
on_attach = on_attach
|
||||
}
|
||||
''}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue