feat(extras): added extra for snacks picker

This commit is contained in:
Folke Lemaitre 2025-01-11 00:40:35 +01:00
parent d1529f650f
commit 6bdeeac529
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 100 additions and 2 deletions

View file

@ -286,6 +286,9 @@ return {
{
"neovim/nvim-lspconfig",
opts = function()
if LazyVim.pick.want() ~= "fzf" then
return
end
local Keys = require("lazyvim.plugins.lsp.keymaps").get()
-- stylua: ignore
vim.list_extend(Keys, {