From 31818f22998e8c6dc010999db82d1c6ff4daaf1b Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Tue, 15 Jul 2025 17:59:10 -0500 Subject: [PATCH] nvim: remove telescope find-exe extension --- kitty/.config/kitty/kitty.conf | 2 +- nvim/.config/nvim/lua/plugins/telescope.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 21e559b..46a84dc 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -30,6 +30,6 @@ bold_italic_font auto # END_KITTY_FONTS # BEGIN_KITTY_THEME -# Atom One Light +# Alabaster include current-theme.conf # END_KITTY_THEME diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua index 5fa92c7..3889209 100644 --- a/nvim/.config/nvim/lua/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/plugins/telescope.lua @@ -5,7 +5,7 @@ return { branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim', - { dir = '~/Code/telescope-find-exe.nvim/' } + -- { dir = '~/Code/telescope-find-exe.nvim/' } }, config = function() local telescope = require('telescope') @@ -30,7 +30,7 @@ return { telescope.load_extension('grey') telescope.load_extension("workspaces") - telescope.load_extension('find_exe') + -- telescope.load_extension('find_exe') end }, } -- 2.43.0