2026-08-08 13:57:02 +01:00
|
|
|
{
|
|
|
|
|
"plugins": {
|
Add fzf-lua for project navigation
Wraps the fzf binary already installed via brew, alongside rg and fd,
so it needs no plugin dependencies - unlike telescope, which would
also pull in plenary. Picks up nvim-web-devicons for file icons, which
is the first thing actually using that plugin.
Maps live under <leader>f: files, live grep, buffers, grep the word
under the cursor, and help tags. The intent is to stop treating netrw
as the way into a project and switch to jumping by name, leaving
buffers open and bouncing between them, rather than quitting out of
nvim to change file.
Netrw is untouched and still on :Ex for browsing an unfamiliar tree.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 18:39:48 +01:00
|
|
|
"fzf-lua": {
|
|
|
|
|
"rev": "8671012a7b2a1648595952c655039d51fb301c14",
|
|
|
|
|
"src": "https://github.com/ibhagwan/fzf-lua"
|
|
|
|
|
},
|
2026-08-08 13:57:02 +01:00
|
|
|
"gitsigns.nvim": {
|
|
|
|
|
"rev": "31d6fb2d618bca1482b9f274751ead5f03461408",
|
|
|
|
|
"src": "https://github.com/lewis6991/gitsigns.nvim"
|
2026-08-08 14:26:59 +01:00
|
|
|
},
|
2026-08-08 20:36:39 +01:00
|
|
|
"nvim-tree.lua": {
|
|
|
|
|
"rev": "b2aadda94b107480c48e548d6db51c6840b7b33c",
|
|
|
|
|
"src": "https://github.com/nvim-tree/nvim-tree.lua"
|
|
|
|
|
},
|
2026-08-08 14:26:59 +01:00
|
|
|
"nvim-web-devicons": {
|
|
|
|
|
"rev": "2ae6958df7ced50baac5035cec0c15799eedfbf7",
|
|
|
|
|
"src": "https://github.com/nvim-tree/nvim-web-devicons"
|
|
|
|
|
},
|
|
|
|
|
"which-key.nvim": {
|
|
|
|
|
"rev": "3aab2147e74890957785941f0c1ad87d0a44c15a",
|
|
|
|
|
"src": "https://github.com/folke/which-key.nvim"
|
2026-08-08 13:57:02 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|