aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/slint_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/slint_lsp.lua')
-rw-r--r--lsp/slint_lsp.lua30
1 files changed, 15 insertions, 15 deletions
diff --git a/lsp/slint_lsp.lua b/lsp/slint_lsp.lua
index 92d3fbc6..60904509 100644
--- a/lsp/slint_lsp.lua
+++ b/lsp/slint_lsp.lua
@@ -1,20 +1,20 @@
---@brief
---
--- https://github.com/slint-ui/slint
--- `Slint`'s language server
---
--- You can build and install `slint-lsp` binary with `cargo`:
--- ```sh
--- cargo install slint-lsp
--- ```
---
--- Vim does not have built-in syntax for the `slint` filetype at this time.
---
--- This can be added via an autocmd:
---
--- ```lua
--- vim.cmd [[ autocmd BufRead,BufNewFile *.slint set filetype=slint ]]
--- ```
+--- https://github.com/slint-ui/slint
+--- `Slint`'s language server
+---
+--- You can build and install `slint-lsp` binary with `cargo`:
+--- ```sh
+--- cargo install slint-lsp
+--- ```
+---
+--- Vim does not have built-in syntax for the `slint` filetype at this time.
+---
+--- This can be added via an autocmd:
+---
+--- ```lua
+--- vim.cmd [[ autocmd BufRead,BufNewFile *.slint set filetype=slint ]]
+--- ```
return {
cmd = { 'slint-lsp' },
filetypes = { 'slint' },