Updated dependencies

This commit is contained in:
Alexander Pieck 2024-08-22 10:23:10 +00:00
parent b5992a552f
commit a63c3b6880

View file

@ -1,5 +1,6 @@
return { return {
"https://git.k4li.de/pika/telesnip.nvim", "https://git.k4li.de/pika/telesnip.nvim",
dependencies = "nvim-telescope/telescope.nvim",
opts = { opts = {
-- snippet_path = "/path/to/your/snippets", -- snippet_path = "/path/to/your/snippets",
-- custom_snippet_path = "/path/to/your/custom/snippets", -- custom_snippet_path = "/path/to/your/custom/snippets",
@ -9,6 +10,6 @@ return {
end, end,
keys = { keys = {
{ "<leader>S", "<cmd>TelesnipShowSnippets<CR>", desc = "Open Snippet Picker" }, { "<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" },
}, },
} }