diff --git a/fnl/plugin.fnl b/fnl/plugin.fnl index 025ba02..300cd6a 100644 --- a/fnl/plugin.fnl +++ b/fnl/plugin.fnl @@ -115,7 +115,7 @@ (vim.cmd.terminal) (= term_count 1) (vim.cmd.buffer last_id) - (vim.cmd "Telescope buffers default_text=\"term://\""))) + (vim.cmd "Telescope buffers default_text=term://"))) (bind! :n :t jump-or-open-terminal) :config (vim.cmd "PackerLoad plenary.nvim")