♻️ refactor(nvim): cleaning some redundant code
This commit is contained in:
parent
980701768c
commit
fc4075c383
2 changed files with 0 additions and 17 deletions
|
@ -2,17 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
dependencies = { "mason.nvim" },
|
dependencies = { "mason.nvim" },
|
||||||
lazy = true,
|
|
||||||
cmd = "ConformInfo",
|
|
||||||
keys = {
|
keys = {
|
||||||
{
|
|
||||||
"<leader>cF",
|
|
||||||
function()
|
|
||||||
require("conform").format({ formatters = { "injected" } })
|
|
||||||
end,
|
|
||||||
mode = { "n", "v" },
|
|
||||||
desc = "Format Injected Langs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"<leader>cC",
|
"<leader>cC",
|
||||||
":ConformInfo<CR>",
|
":ConformInfo<CR>",
|
||||||
|
|
|
@ -20,7 +20,6 @@ return {
|
||||||
{
|
{
|
||||||
"debugloop/telescope-undo.nvim",
|
"debugloop/telescope-undo.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
event = "VeryLazy",
|
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
Util.on_load("telescope.nvim", function()
|
Util.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("undo")
|
require("telescope").load_extension("undo")
|
||||||
|
@ -29,7 +28,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"prochri/telescope-all-recent.nvim",
|
"prochri/telescope-all-recent.nvim",
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {
|
opts = {
|
||||||
pickers = {
|
pickers = {
|
||||||
["workspaces.nvim#workspaces"] = {
|
["workspaces.nvim#workspaces"] = {
|
||||||
|
@ -51,7 +49,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"benfowler/telescope-luasnip.nvim",
|
"benfowler/telescope-luasnip.nvim",
|
||||||
event = "VeryLazy",
|
|
||||||
config = function()
|
config = function()
|
||||||
Util.on_load("telescope.nvim", function()
|
Util.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("luasnip")
|
require("telescope").load_extension("luasnip")
|
||||||
|
@ -60,8 +57,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"piersolenski/telescope-import.nvim",
|
"piersolenski/telescope-import.nvim",
|
||||||
requires = "nvim-telescope/telescope.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
Util.on_load("telescope.nvim", function()
|
Util.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("import")
|
require("telescope").load_extension("import")
|
||||||
|
@ -70,7 +65,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"jvgrootveld/telescope-zoxide",
|
"jvgrootveld/telescope-zoxide",
|
||||||
event = "VeryLazy",
|
|
||||||
config = function()
|
config = function()
|
||||||
Util.on_load("telescope.nvim", function()
|
Util.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("zoxide")
|
require("telescope").load_extension("zoxide")
|
||||||
|
@ -79,7 +73,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tsakirist/telescope-lazy.nvim",
|
"tsakirist/telescope-lazy.nvim",
|
||||||
event = "VeryLazy",
|
|
||||||
config = function()
|
config = function()
|
||||||
Util.on_load("telescope.nvim", function()
|
Util.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("lazy")
|
require("telescope").load_extension("lazy")
|
||||||
|
|
Loading…
Add table
Reference in a new issue