From b0f63be74588389a490dcd5e73a1939b537eae73 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 4 Dec 2022 00:02:27 -0800 Subject: [PATCH] Fix indent --- fnl/plugin.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/plugin.fnl b/fnl/plugin.fnl index e612e69..ecff2d3 100644 --- a/fnl/plugin.fnl +++ b/fnl/plugin.fnl @@ -94,7 +94,7 @@ (set last_id id)))) (if (= term_count 0) (vim.cmd.terminal) - (= term_count 1) + (= term_count 1) (vim.cmd.buffer last_id) (fzf.buffers { :query "term://" }))) (bind! :n :t jump-or-open-terminal)))