From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/slint_lsp.lua | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'lsp/slint_lsp.lua') 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' }, -- cgit v1.2.3-70-g09d2