From f7c40b5948d8c6e3208e49efdfa012a2eebdd924 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Feb 2024 14:55:50 +0100 Subject: [PATCH] fix: Remove obsolet telesscope-make config --- lua/core/plugins/telescope.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/core/plugins/telescope.lua b/lua/core/plugins/telescope.lua index 5e8ed290..1a416e82 100644 --- a/lua/core/plugins/telescope.lua +++ b/lua/core/plugins/telescope.lua @@ -38,7 +38,6 @@ local M = { { "fF", "Telescope find_files", desc = "Open file (ignore git)" }, { "fr", "Telescope oldfiles", desc = "Recent files" }, -- misc - { "mm", "Telescope make", desc = "Run make" }, { "mt", "Telescope", desc = "Telescope" }, -- Other { "bb", "Telescope buffers", desc = "Bufferlist" }, @@ -166,7 +165,6 @@ local M = { telescope.load_extension("projects") telescope.load_extension("zoxide") telescope.load_extension("heading") - telescope.load_extension("make") if conf.noice.enable then telescope.load_extension("noice") end