aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pyre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pyre.lua')
-rw-r--r--lsp/pyre.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pyre.lua b/lsp/pyre.lua
index c46ec426..b6c95044 100644
--- a/lsp/pyre.lua
+++ b/lsp/pyre.lua
@@ -8,6 +8,7 @@
--- which are triggered on save.
---
--- Do not report issues for missing features in `pyre` to `lspconfig`.
+---@type vim.lsp.Config
return {
cmd = { 'pyre', 'persistent' },
filetypes = { 'python' },