2 files changed,
0 insertions(+),
19 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-08-02 01:35:01 +0300
Parent:
26fc186
jump to
| M | lua/plugins/core.lua |
| M | lua/plugins/telescope.lua |
M
lua/plugins/core.lua
@@ -32,22 +32,4 @@ check_ts = true,
disable_filetype = { "TelescopePrompt", "markdown" }, }, }, - { - "ahmedkhalf/project.nvim", - event = "VeryLazy", - ---@type ProjectOptions - opts = { - patterns = { - "^\\.git$", - "package.json", - "go.mod", - "go.work", - "Cargo.toml", - "deps.edn", - }, - }, - config = function(_, opts) - require("project_nvim").setup(opts) - end, - }, }
M
lua/plugins/telescope.lua
@@ -84,7 +84,6 @@ ["ui-select"] = { require("telescope.themes").get_ivy {} },
}, } - telescope.load_extension "projects" telescope.load_extension "ui-select" telescope.load_extension "fzf" end,