Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ appropriate binary name.
2. [Vanilla Emacs with eglot](#vanilla-emacs-with-eglot)
3. [Visual Studio Code](#visual-studio-code)
4. [neovim](#neovim)
5. [LunarVim](#lunarvim)
6. [Vim + ALE](#vim--ale)
7. [Vim + Vim-LSP](#vim--vim-lsp)
8. [Helix](#helix)
9. [Sublime Text](#sublime-text)
Expand All @@ -91,7 +89,6 @@ emacs configuration), insert the following code:
:ensure t
:custom
(lsp-elixir-server-command '("/my/home/projects/expert/apps/expert/burrito_out/expert_linux_amd64")))

```

Restart emacs, and Lexical should start when you open a file with a
Expand Down
Loading