Skip to content

Commit

Permalink
fix: correct package name for vint is vim-vint (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoIsSethDaniel authored Jul 23, 2022
1 parent 8d7dd71 commit ada92b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/vint/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return Pkg.new {
homepage = "https://github.com/Vimjas/vint",
languages = { Pkg.Lang.VimScript },
categories = { Pkg.Cat.Linter },
install = pip3.packages { "vint", bin = { "vint" } },
install = pip3.packages { "vim-vint", bin = { "vint" } },
}

0 comments on commit ada92b1

Please sign in to comment.