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/basedpyright.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lsp/basedpyright.lua') diff --git a/lsp/basedpyright.lua b/lsp/basedpyright.lua index 2316a3b5..bf31539d 100644 --- a/lsp/basedpyright.lua +++ b/lsp/basedpyright.lua @@ -1,3 +1,9 @@ +---@brief +--- +--- https://detachhead.github.io/basedpyright +--- +--- `basedpyright`, a static type checker and language server for python + local function organize_imports() local params = { command = 'basedpyright.organizeimports', @@ -28,11 +34,6 @@ local function set_python_path(path) end end ----@brief ---- --- https://detachhead.github.io/basedpyright --- --- `basedpyright`, a static type checker and language server for python return { cmd = { 'basedpyright-langserver', '--stdio' }, filetypes = { 'python' }, -- cgit v1.2.3-70-g09d2