Skip to content

Commit

Permalink
config(nvim): use github source
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 17, 2024
1 parent f2d2576 commit 0cbe70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ require("lazy").setup({
end,
},

-- https://codeberg.org/ibhagwan/fzf-lua.git
-- https://github.com/ibhagwan/fzf-lua
{
url = "https://codeberg.org/ibhagwan/fzf-lua.git",
"ibhagwan/fzf-lua",
keys = {
{ "<Leader>f", ":FzfLua files<CR>" },
{ "<Leader>l", ":FzfLua blines<CR>" },
Expand Down

0 comments on commit 0cbe70c

Please sign in to comment.