some changes
This commit is contained in:
parent
1e2cd8be91
commit
1776e2566f
1 changed files with 4 additions and 2 deletions
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue