Fixed formatting

This commit is contained in:
badhi 2022-01-05 19:31:06 +05:30 committed by Stephan Seitz
parent 763e0e43f7
commit 0b10e96e0e

View file

@ -12,7 +12,7 @@ end
function M.setup_commands(mod, commands)
for command_name, def in pairs(commands) do
local f_args = def.f_args or '<f-args>'
local f_args = def.f_args or "<f-args>"
local call_fn = string.format(
"lua require'nvim-treesitter.%s'.commands.%s['run<bang>'](%s)",
mod,