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/unocss.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lsp/unocss.lua') diff --git a/lsp/unocss.lua b/lsp/unocss.lua index 25bc23a6..6feae086 100644 --- a/lsp/unocss.lua +++ b/lsp/unocss.lua @@ -1,11 +1,11 @@ ---@brief --- --- https://github.com/xna00/unocss-language-server --- --- UnoCSS Language Server can be installed via npm: --- ```sh --- npm i unocss-language-server -g --- ``` +--- https://github.com/xna00/unocss-language-server +--- +--- UnoCSS Language Server can be installed via npm: +--- ```sh +--- npm i unocss-language-server -g +--- ``` return { cmd = { 'unocss-language-server', '--stdio' }, -- copied from https://github.com/unocss/unocss/blob/35297359bf61917bda499db86e3728a7ebd05d6c/packages/vscode/src/autocomplete.ts#L12-L35 -- cgit v1.2.3-70-g09d2