aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/basedpyright.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/basedpyright.lua')
-rw-r--r--lsp/basedpyright.lua11
1 files changed, 6 insertions, 5 deletions
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' },