Update linux install

This commit is contained in:
2025-02-21 11:36:24 +11:00
parent 9e4f107303
commit 01f7cb0a24
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -59,7 +59,6 @@ lua <<EOF
if vim.fn.has('win64') or vim.fn.has('win32') or vim.fn.has('win16') then
if os.getenv('SHELL') ~= nil then
vim.o.shellcmdflag = '-c'
vim.o.shellslash = true
vim.o.makeprg = "./build.sh"
else
vim.o.makeprg = "build.bat"