From 3540a5680b983ce9048af21ce19b7907049ef3b2 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 Aug 2024 16:22:09 +0200 Subject: [PATCH] changed keybinging and addet snippets to gitignore --- .gitignore | 2 ++ lua/pika/plugins/telesnip.lua | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 55d79fe..420f64f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ lazy-lock.json cd-project.nvim.json + +snippets/ diff --git a/lua/pika/plugins/telesnip.lua b/lua/pika/plugins/telesnip.lua index 07535d4..676a57c 100644 --- a/lua/pika/plugins/telesnip.lua +++ b/lua/pika/plugins/telesnip.lua @@ -1,6 +1,7 @@ return { "https://git.k4li.de/pika/telesnip.nvim", dependencies = "nvim-telescope/telescope.nvim", + branch = "dev", opts = { -- ╭────────────────────────────────────────────────────────────────────────╮ -- │ customize your custom_snippet_path (if you change the snippet_path │