Skip to content

Commit

Permalink
fix: Remove obsolet telesscope-make config
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Feb 18, 2024
1 parent a766b4b commit f7c40b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/core/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ local M = {
{ "<leader>fF", "<cmd>Telescope find_files<cr>", desc = "Open file (ignore git)" },
{ "<leader>fr", "<cmd>Telescope oldfiles<cr>", desc = "Recent files" },
-- misc
{ "<leader>mm", "<cmd>Telescope make<cr>", desc = "Run make" },
{ "<leader>mt", "<cmd>Telescope<cr>", desc = "Telescope" },
-- Other
{ "<leader>bb", "<cmd>Telescope buffers<cr>", desc = "Bufferlist" },
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f7c40b5

Please sign in to comment.