summaryrefslogtreecommitdiff
path: root/config/nvim/lua/plugins/telescope.lua
diff options
context:
space:
mode:
author2026-02-17 23:28:56 +0300
committer2026-02-17 23:28:56 +0300
commit2cd497a205c3f24b920045e939f396218e4d2aeb (patch)
treecb4a06992b19d00d41cf566d88d4af91cf116c1a /config/nvim/lua/plugins/telescope.lua
parentПочинил zshrc (diff)
downloaddotfiles-2cd497a205c3f24b920045e939f396218e4d2aeb.tar.gz
dotfiles-2cd497a205c3f24b920045e939f396218e4d2aeb.tar.bz2
dotfiles-2cd497a205c3f24b920045e939f396218e4d2aeb.tar.xz
dotfiles-2cd497a205c3f24b920045e939f396218e4d2aeb.zip
added ZK plugin
Diffstat (limited to 'config/nvim/lua/plugins/telescope.lua')
-rw-r--r--config/nvim/lua/plugins/telescope.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/config/nvim/lua/plugins/telescope.lua b/config/nvim/lua/plugins/telescope.lua
index 228160f..e26a618 100644
--- a/config/nvim/lua/plugins/telescope.lua
+++ b/config/nvim/lua/plugins/telescope.lua
@@ -45,11 +45,6 @@ return {
desc = "Commands history",
},
{
- "<leader>e",
- "<cmd>Telescope diagnostics<CR>",
- desc = "Diagnostics",
- },
- {
"gi",
"<cmd>Telescope lsp_implementations<CR>",
desc = "LSP implementations",
@@ -87,4 +82,4 @@ return {
})
require("telescope").load_extension("fzf")
end,
-} \ No newline at end of file
+}