format all files

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-11-03 00:57:32 -05:00
parent 7adc3a8bf9
commit 0a17321086
26 changed files with 331 additions and 331 deletions

View file

@ -15,7 +15,7 @@ local function langs()
if client.name == "pyright" then
out = vim.fn.system({ "python", "-V" })
elseif client.name == "tsserver" then
out = 'node ' .. vim.fn.system({ "node", "--version" })
out = "node " .. vim.fn.system({ "node", "--version" })
end
if out ~= nil and out ~= "" then
langs[#langs + 1] = vim.trim(out)
@ -58,8 +58,8 @@ return {
},
},
lualine_b = {
"mode"
}
"mode",
},
},
inactive_winbar = {
lualine_a = {