nvim plugin upgrade: lazy update, remove fff snacks picker (use default fff), disable treesitter incremental selection
This commit is contained in:
parent
931501419b
commit
d9d7bb1ade
5 changed files with 30 additions and 216 deletions
|
|
@ -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, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue