aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/lexical.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/lspconfig/configs/lexical.lua b/lua/lspconfig/configs/lexical.lua
index d8235d5e..4d288737 100644
--- a/lua/lspconfig/configs/lexical.lua
+++ b/lua/lspconfig/configs/lexical.lua
@@ -10,14 +10,14 @@ return {
},
docs = {
description = [[
- https://github.com/lexical-lsp/lexical
+https://github.com/lexical-lsp/lexical
- Lexical is a next-generation language server for the Elixir programming language.
+Lexical is a next-generation language server for the Elixir programming language.
- Follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md)
+Follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md)
- **By default, `lexical` doesn't have a `cmd` set.**
- This is because nvim-lspconfig does not make assumptions about your path.
- ]],
+**By default, `lexical` doesn't have a `cmd` set.**
+This is because nvim-lspconfig does not make assumptions about your path.
+]],
},
}