Skip to content

Commit

Permalink
Use lexical instead of elixirls
Browse files Browse the repository at this point in the history
The reason was because I was having issues to go to definition
  • Loading branch information
joaothallis committed Dec 30, 2024
1 parent 4ab897e commit 171b160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ nmap <silent> <leader>g :TestVisit<CR>
end
},
ensure_installed = {
"dockerls", "jsonls", "elixirls", "yamlls", "lua_ls", "ltex",
"dockerls", "jsonls", "lexical", "yamlls", "lua_ls", "ltex",
"clangd", "ts_ls"
}
})
Expand Down

0 comments on commit 171b160

Please sign in to comment.