fix(telescope): default to follow=true
This commit is contained in:
@ -20,6 +20,7 @@ local picker = {
|
||||
---@param opts? lazyvim.util.pick.Opts
|
||||
open = function(builtin, opts)
|
||||
opts = opts or {}
|
||||
opts.follow = opts.follow ~= false
|
||||
if opts.cwd and opts.cwd ~= vim.uv.cwd() then
|
||||
local function open_cwd_dir()
|
||||
local action_state = require("telescope.actions.state")
|
||||
|
Reference in New Issue
Block a user