The never ending clean.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
-- ------------------------------------------------------------
|
||||
-- BUILD SYSTEM
|
||||
-- ------------------------------------------------------------
|
||||
local function build(args)
|
||||
if vim.fn.filereadable("build.sh") == 0 then
|
||||
vim.notify("No build.sh found in current directory.", vim.log.levels.WARN)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
-- ------------------------------------------------------------
|
||||
-- TERMINAL SYSTEM
|
||||
-- ------------------------------------------------------------
|
||||
local term_buf = nil
|
||||
|
||||
local function open_term_split()
|
||||
|
||||
Reference in New Issue
Block a user