Updated dependencies
This commit is contained in:
parent
b5992a552f
commit
a63c3b6880
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"https://git.k4li.de/pika/telesnip.nvim",
|
||||
dependencies = "nvim-telescope/telescope.nvim",
|
||||
opts = {
|
||||
-- snippet_path = "/path/to/your/snippets",
|
||||
-- custom_snippet_path = "/path/to/your/custom/snippets",
|
||||
|
@ -9,6 +10,6 @@ return {
|
|||
end,
|
||||
keys = {
|
||||
{ "<leader>S", "<cmd>TelesnipShowSnippets<CR>", desc = "Open Snippet Picker" },
|
||||
{ "<leader>cs", "<cmd>TelesnipCustomSnippet<CR>", mode = "v", 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