diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-24 10:28:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 10:28:14 -0700 |
| commit | a4a0cf9b396b232846e25a9d7e9655a9d52daef0 (patch) | |
| tree | 4d8ec72899fa93d5e8d0372c7af50ee3d6dbfd6e /lua | |
| parent | fix(health): version fails for jdtls #3399 (diff) | |
| download | nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar.gz nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar.bz2 nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar.lz nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar.xz nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.tar.zst nvim-lspconfig-a4a0cf9b396b232846e25a9d7e9655a9d52daef0.zip | |
feat(docs): improve formatting of generated docs #3400
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/lexical.lua | 12 |
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. +]], }, } |
