nvim-mapper icon indicating copy to clipboard operation
nvim-mapper copied to clipboard

`Definition` not shown up on the preview

Open ghost opened this issue 2 years ago • 0 comments

Hello, with code like this, I didn't get the definition inside the preview part.

key_map.map({ "n", "i" }, "<leader>fr", function()
            require("telescope").extensions.repo.list({
                search_dirs = { "~/Projects" }
            })
        end, { silent = true, }, "Telescope", "list_repos", "[F]ind GitHub [R]epos")

The search_path has been set to ~/.config/nvim/lua, where my configs located in.

2022-12-24_11-53

ghost avatar Dec 24 '22 03:12 ghost