Install luafilesystem with luacheck

This commit is contained in:
ViViDboarder 2023-06-09 13:06:23 -07:00
parent 0e446b86d1
commit fd5e698787
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function install_linters() {
# Lua
if want_lang lua || want_lang neovim ;then
maybe_run luarocks --local install luacheck
maybe_run luarocks --local install luacheck luafilesystem
fi
# Docker