More LSPs! formatted some files.

This commit is contained in:
2022-10-12 18:07:15 -07:00
parent ec3acd5976
commit dc67e0a5dd
5 changed files with 57 additions and 16 deletions
+2 -2
View File
@@ -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)