return { "nvim-telescope/telescope.nvim", tag = "0.1.8", dependencies = { "nvim-lua/plenary.nvim" }, lazy = false, config = function() require("telescope").setup({}) -- Define key mappings here to ensure they are set after the plugin is loaded vim.api.nvim_set_keymap("n", "", "Telescope live_grep", { noremap = true, silent = true }) end, keys = "", -- Optionally specify here to load the plugin on this keypress }