some changes for the better

This commit is contained in:
pika 2025-05-05 17:50:29 +02:00
parent ead2540502
commit 27622c55c0
7 changed files with 431 additions and 31 deletions

View file

@ -269,7 +269,7 @@ return {
{
"chrisgrieser/nvim-scissors",
lazy = false,
dependencies = { "nvim-telescope/telescope.nvim", "garymjr/nvim-snippets" },
dependencies = { "garymjr/nvim-snippets" }, -- "nvim-telescope/telescope.nvim"
opts = {
snippetDir = "~/.config/nvim/snippets", -- <- i have this as a submodule in my neovim config to have a seperate repo https://git.k4li.de/dotfiles/nvim-snippets.git
},