From a39fa365fbe380e6cc31ae53b1514be17533ed1d Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 12 Jun 2024 07:13:17 -0700 Subject: [PATCH] Remove obsolete telescope config --- .config/nvim/lua/plugins/telescope.lua | 8 -------- install.txt | 1 - 2 files changed, 9 deletions(-) delete mode 100644 .config/nvim/lua/plugins/telescope.lua diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua deleted file mode 100644 index aac51c8..0000000 --- a/.config/nvim/lua/plugins/telescope.lua +++ /dev/null @@ -1,8 +0,0 @@ -local Util = require("lazyvim.util") - -return { - "nvim-telescope/telescope.nvim", - keys = { - { "", Util.telescope("files"), desc = "Find Files (root dir)" }, - }, -} diff --git a/install.txt b/install.txt index 3d68829..08e07f1 100644 --- a/install.txt +++ b/install.txt @@ -9,7 +9,6 @@ .config/nvim/lua/plugins/apex.lua .config/nvim/lua/plugins/gruvbox.lua .config/nvim/lua/plugins/neo-tree.lua -.config/nvim/lua/plugins/telescope.lua .config/nvim/stylua.toml .emacs.d/init.el .emacs.d/themes/solarized/LICENSE