We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492022f commit 04cd32cCopy full SHA for 04cd32c
pages/installation.md
@@ -66,8 +66,6 @@ appropriate binary name.
66
2. [Vanilla Emacs with eglot](#vanilla-emacs-with-eglot)
67
3. [Visual Studio Code](#visual-studio-code)
68
4. [neovim](#neovim)
69
-5. [LunarVim](#lunarvim)
70
-6. [Vim + ALE](#vim--ale)
71
7. [Vim + Vim-LSP](#vim--vim-lsp)
72
8. [Helix](#helix)
73
9. [Sublime Text](#sublime-text)
@@ -91,7 +89,6 @@ emacs configuration), insert the following code:
91
89
:ensure t
92
90
:custom
93
(lsp-elixir-server-command '("/my/home/projects/expert/apps/expert/burrito_out/expert_linux_amd64")))
94
-
95
```
96
97
Restart emacs, and Lexical should start when you open a file with a
0 commit comments