From 1776e2566f29ad7eab0858094bf748987d49533d Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 Aug 2024 17:44:55 +0000 Subject: [PATCH] some changes --- lua/pika/plugins/telesnip.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/pika/plugins/telesnip.lua b/lua/pika/plugins/telesnip.lua index 676a57c..8fc42fc 100644 --- a/lua/pika/plugins/telesnip.lua +++ b/lua/pika/plugins/telesnip.lua @@ -1,7 +1,8 @@ return { - "https://git.k4li.de/pika/telesnip.nvim", + -- "https://git.k4li.de/pika/telesnip.nvim", + "pik4li/telesnip.nvim", dependencies = "nvim-telescope/telescope.nvim", - branch = "dev", + branch = "main", opts = { -- ╭────────────────────────────────────────────────────────────────────────╮ -- │ customize your custom_snippet_path (if you change the snippet_path │ @@ -17,6 +18,7 @@ return { keys = { -- ─< just the standard two keybindings I configured. Be sure to make your own one, if you'd like >─ { "sm", "TelesnipShowSnippets", desc = "Open Snippet Picker" }, + { "cs", "TelesnipCustomSnippet", desc = "Save Custom Snippet" }, { "cs", "TelesnipCustomSnippet", mode = "v", desc = "Save Custom Snippet" }, }, }