From a91b231e048bc5e94a7b8b8932f09917e5477c81 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Tue, 16 Jan 2024 22:07:20 -0600 Subject: [PATCH] actions preview --- vim/.vim/lua/plugins/telescope.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/.vim/lua/plugins/telescope.lua b/vim/.vim/lua/plugins/telescope.lua index 41031de..036d2d2 100644 --- a/vim/.vim/lua/plugins/telescope.lua +++ b/vim/.vim/lua/plugins/telescope.lua @@ -65,6 +65,12 @@ if use_google() then end return { + { + "aznhe21/actions-preview.nvim", + keys = { + { "?", "lua require('actions-preview').code_actions()" }, + }, + }, { "johmsalas/text-case.nvim", dependencies = { "nvim-telescope/telescope.nvim" },