mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
Install luafilesystem with luacheck
This commit is contained in:
parent
0e446b86d1
commit
fd5e698787
@ -139,7 +139,7 @@ function install_linters() {
|
|||||||
|
|
||||||
# Lua
|
# Lua
|
||||||
if want_lang lua || want_lang neovim ;then
|
if want_lang lua || want_lang neovim ;then
|
||||||
maybe_run luarocks --local install luacheck
|
maybe_run luarocks --local install luacheck luafilesystem
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user