aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/mason-registry/pyre/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-registry/pyre/init.lua b/lua/mason-registry/pyre/init.lua
index 2f0f0df9..878e1abe 100644
--- a/lua/mason-registry/pyre/init.lua
+++ b/lua/mason-registry/pyre/init.lua
@@ -6,6 +6,6 @@ return Pkg.new {
desc = [[Pyre is a performant type checker for Python compliant with PEP 484]],
homepage = "https://pypi.org/project/pyre-check/",
languages = { Pkg.Lang.Python },
- categories = { Pkg.Cat.Linter },
+ categories = { Pkg.Cat.Linter, Pkg.Cat.LSP },
install = pip3.packages { "pyre-check", bin = { "pyre" } },
}