nvim plugin upgrade: lazy update, remove fff snacks picker (use default fff), disable treesitter incremental selection

This commit is contained in:
Martin Larsson 2025-12-21 03:41:09 +01:00
parent 931501419b
commit d9d7bb1ade
5 changed files with 30 additions and 216 deletions

View file

@ -1,5 +1,3 @@
local fff_picker = require("fff_snacks_picker")
return {
"folke/snacks.nvim",
priority = 1000,
@ -146,7 +144,6 @@ return {
{ "<leader>z", function() Snacks.zen() end, },
{ "<leader>f", function() fff_picker.fff() end, },
{ "<leader>g", function() Snacks.picker.grep() end, },
{ "<leader>b", function() Snacks.picker.buffers() end, },
{ "<leader>l", function() Snacks.picker.git_log_file() end, },