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/uvls.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lsp/uvls.lua') diff --git a/lsp/uvls.lua b/lsp/uvls.lua index 4b5c8929..17bde9f2 100644 --- a/lsp/uvls.lua +++ b/lsp/uvls.lua @@ -1,18 +1,18 @@ ---@brief --- --- https://codeberg.org/caradhras/uvls --- Language server for UVL, written using tree sitter and rust. --- You can install the server easily using cargo: --- ```sh --- git clone https://codeberg.org/caradhras/uvls --- cd uvls --- cargo install --path . --- ``` --- Note: To activate properly nvim needs to know the uvl filetype. --- You can add it via: --- ```lua --- vim.cmd([[au BufRead,BufNewFile *.uvl setfiletype uvl]]) --- ``` +--- https://codeberg.org/caradhras/uvls +--- Language server for UVL, written using tree sitter and rust. +--- You can install the server easily using cargo: +--- ```sh +--- git clone https://codeberg.org/caradhras/uvls +--- cd uvls +--- cargo install --path . +--- ``` +--- Note: To activate properly nvim needs to know the uvl filetype. +--- You can add it via: +--- ```lua +--- vim.cmd([[au BufRead,BufNewFile *.uvl setfiletype uvl]]) +--- ``` return { cmd = { 'uvls' }, filetypes = { 'uvl' }, -- cgit v1.2.3-70-g09d2