aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pyright.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pyright.lua')
-rw-r--r--lsp/pyright.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/lsp/pyright.lua b/lsp/pyright.lua
index 1acb7472..ae46ccdf 100644
--- a/lsp/pyright.lua
+++ b/lsp/pyright.lua
@@ -1,3 +1,9 @@
+---@brief
+---
+--- https://github.com/microsoft/pyright
+---
+--- `pyright`, a static type checker and language server for python
+
local function organize_imports()
local params = {
command = 'pyright.organizeimports',
@@ -28,11 +34,6 @@ local function set_python_path(path)
end
end
----@brief
----
--- https://github.com/microsoft/pyright
---
--- `pyright`, a static type checker and language server for python
return {
cmd = { 'pyright-langserver', '--stdio' },
filetypes = { 'python' },