some changes

This commit is contained in:
pika 2024-08-22 17:44:55 +00:00
parent 1e2cd8be91
commit 1776e2566f

View file

@ -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 >─
{ "<leader>sm", "<cmd>TelesnipShowSnippets<CR>", desc = "Open Snippet Picker" },
{ "<leader>cs", "<cmd>TelesnipCustomSnippet<CR>", desc = "Save Custom Snippet" },
{ "<leader>cs", "<cmd>TelesnipCustomSnippet<CR>", mode = "v", desc = "Save Custom Snippet" },
},
}