changed keybinging and addet snippets to gitignore
This commit is contained in:
parent
cb83ad29a2
commit
3540a5680b
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,3 +15,5 @@
|
||||||
|
|
||||||
lazy-lock.json
|
lazy-lock.json
|
||||||
cd-project.nvim.json
|
cd-project.nvim.json
|
||||||
|
|
||||||
|
snippets/
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"https://git.k4li.de/pika/telesnip.nvim",
|
"https://git.k4li.de/pika/telesnip.nvim",
|
||||||
dependencies = "nvim-telescope/telescope.nvim",
|
dependencies = "nvim-telescope/telescope.nvim",
|
||||||
|
branch = "dev",
|
||||||
opts = {
|
opts = {
|
||||||
-- ╭────────────────────────────────────────────────────────────────────────╮
|
-- ╭────────────────────────────────────────────────────────────────────────╮
|
||||||
-- │ customize your custom_snippet_path (if you change the snippet_path │
|
-- │ customize your custom_snippet_path (if you change the snippet_path │
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue