More LSPs! formatted some files.
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ function save_all_and_build()
|
||||
|
||||
local opts = {}
|
||||
vim.api.nvim_exec('wa', opts)
|
||||
|
||||
if not has_buffer() then
|
||||
|
||||
if not has_buffer() then
|
||||
job_buffer = vim.api.nvim_create_buf(true, true)
|
||||
end
|
||||
local job_window = vim.fn.bufwinnr(job_buffer)
|
||||
|
||||
Reference in New Issue
Block a user