config(nvim): switch fzf-lua to codeberg
parent
724a94a9e7
commit
8d65d6d34c
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue