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/tilt_ls.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lsp/tilt_ls.lua') diff --git a/lsp/tilt_ls.lua b/lsp/tilt_ls.lua index d994d780..83464f01 100644 --- a/lsp/tilt_ls.lua +++ b/lsp/tilt_ls.lua @@ -1,14 +1,14 @@ ---@brief --- --- https://github.com/tilt-dev/tilt --- --- Tilt language server. --- --- You might need to add filetype detection manually: --- --- ```vim --- autocmd BufRead Tiltfile setf=tiltfile --- ``` +--- https://github.com/tilt-dev/tilt +--- +--- Tilt language server. +--- +--- You might need to add filetype detection manually: +--- +--- ```vim +--- autocmd BufRead Tiltfile setf=tiltfile +--- ``` return { cmd = { 'tilt', 'lsp', 'start' }, filetypes = { 'tiltfile' }, -- cgit v1.2.3-70-g09d2