Update linux install
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user