config(nvim): switch fzf-lua to codeberg

main
sudo pacman -Syu 2024-04-02 01:27:22 +07:00
parent 724a94a9e7
commit 8d65d6d34c
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ https://github.com/kovidgoyal/kitty/commits/master.atom "~kitty"
https://github.com/wez/wezterm/commits/main.atom "~wezterm"
https://github.com/redis/redis/commits/unstable.atom "~redis"
https://github.com/valkey-io/valkey/commits/unstable.atom "~valkey"
https://github.com/tigerbeetle/tigerbeetle/commits/main.atom "~tigerbeetle"
https://github.com/caksoylar/keymap-drawer/commits/main.atom "~keymap-drawer"

View File

@ -158,7 +158,7 @@ require("lazy").setup({
-- https://gitlab.com/ibhagwan/fzf-lua
{
url = "https://gitlab.com/ibhagwan/fzf-lua.git",
url = "https://codeberg.org/ibhagwan/fzf-lua.git",
dependencies = {
"neovim/nvim-lspconfig",
},