-
Notifications
You must be signed in to change notification settings - Fork 0
Update Neovim plugin configurations for Telescope and Leap #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -225,6 +225,7 @@ require("lazy").setup({ | |||||
| -- Telescope - fuzzy finder that enhances but doesn't replace built-in search | ||||||
| { | ||||||
| "nvim-telescope/telescope.nvim", | ||||||
| branch = "0.1.x", | ||||||
| dependencies = { | ||||||
| "nvim-lua/plenary.nvim", | ||||||
| { "nvim-telescope/telescope-fzf-native.nvim", build = "make" } | ||||||
|
|
@@ -267,7 +268,7 @@ require("lazy").setup({ | |||||
| end | ||||||
| }, | ||||||
| { | ||||||
| "ggandor/leap.nvim", | ||||||
| url = "https://codeberg.org/andyg/Leap.nvim", | ||||||
|
||||||
| url = "https://codeberg.org/andyg/Leap.nvim", | |
| url = "https://github.com/ggandor/leap.nvim", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The migration from the official ggandor/leap.nvim repository to a Codeberg fork (andyg/Leap.nvim) raises several concerns:
Unless there is a specific technical requirement for this fork (e.g., a critical bug fix or feature only available in the fork), it's recommended to continue using the official repository. If the fork is necessary, please document the rationale in a comment above the plugin configuration.