This commit is contained in:
Smirnov Oleksandr 2023-07-06 16:51:00 +03:00
parent 9ff5bb4947
commit 8e26c59ea1
2 changed files with 7 additions and 0 deletions

View file

@ -9,3 +9,6 @@ lint:
test:
nvim --headless -u ./spec/minimal_init.lua -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.lua'}"
install-deps:
nvim --cmd 'set rtp+="." | :GoInstallDeps'