mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 20:21:57 +00:00
Removed unused plugins
This commit is contained in:
@@ -308,20 +308,6 @@ return {
|
||||
{ "<leader>or", vim.cmd.OverseerRun, desc = "[O]verseer [R]un", mode = "n" },
|
||||
{ "<leader>ot", vim.cmd.OverseerToggle, desc = "[O]verseer [T]oggle", mode = "n" },
|
||||
},
|
||||
precognition = {
|
||||
{
|
||||
"<leader>p",
|
||||
function()
|
||||
if require("precognition").toggle() then
|
||||
vim.notify("Precognition ON")
|
||||
else
|
||||
vim.notify("Precognition OFF")
|
||||
end
|
||||
end,
|
||||
desc = "[P]recognition",
|
||||
mode = "n",
|
||||
},
|
||||
},
|
||||
---@param telescope_builtin table
|
||||
telescope = function(telescope_builtin)
|
||||
return {
|
||||
|
||||
@@ -101,7 +101,6 @@ return { -- UI components and other visual elements are declared here
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
"fugitive",
|
||||
"fzf",
|
||||
"lazy",
|
||||
"mason",
|
||||
@@ -122,11 +121,6 @@ return { -- UI components and other visual elements are declared here
|
||||
},
|
||||
},
|
||||
},
|
||||
-- Assistant for refreshers on vim motions
|
||||
{
|
||||
"tris203/precognition.nvim",
|
||||
keys = require("config.keys").precognition,
|
||||
},
|
||||
{
|
||||
"HiPhish/rainbow-delimiters.nvim",
|
||||
lazy = true,
|
||||
|
||||
Reference in New Issue
Block a user