aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pylyzer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pylyzer.lua')
-rw-r--r--lsp/pylyzer.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/pylyzer.lua b/lsp/pylyzer.lua
index 1d8144cd..bad13328 100644
--- a/lsp/pylyzer.lua
+++ b/lsp/pylyzer.lua
@@ -1,8 +1,8 @@
---@brief
---
--- https://github.com/mtshiba/pylyzer
---
--- `pylyzer`, a fast static code analyzer & language server for Python.
+--- https://github.com/mtshiba/pylyzer
+---
+--- `pylyzer`, a fast static code analyzer & language server for Python.
return {
cmd = { 'pylyzer', '--server' },
filetypes = { 'python' },