]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: remove telescope find-exe extension
authorAlexander Goussas <[email protected]>
Tue, 15 Jul 2025 22:59:10 +0000 (17:59 -0500)
committerAlexander Goussas <[email protected]>
Tue, 15 Jul 2025 22:59:10 +0000 (17:59 -0500)
kitty/.config/kitty/kitty.conf
nvim/.config/nvim/lua/plugins/telescope.lua

index 21e559bf5ec586498b53e1afb60db2ca02ba2e07..46a84dce8cf6d071f3b1e00474a10b30d3fa0946 100644 (file)
@@ -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
index 5fa92c7baf279f4279c23411cf5f315f08b5885f..3889209f852fadba331740127da96f9f8c471e6a 100644 (file)
@@ -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
   },
 }