summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-fzf-lua.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename files and move code aroundThomas Vanbesien7 days1-64/+0
|
* misc: add preview scroll key bindings for fzf (in both nvim and bash)Thomas Vanbesien10 days1-0/+2
|
* misc(nvim): make notes tags picker display more readableThomas Vanbesien11 days1-3/+3
| | | | The split is horizontal and tags show file and section properly aligned.
* docs: commentThomas Vanbesien11 days1-7/+2
|
* misc(nvim): configure fzf to mirror ~/.config/fzf/fzf.bashThomas Vanbesien12 days1-0/+43
|
* misc(nvim): edit comment, descriptions, and user command namesThomas Vanbesien12 days1-5/+5
|
* misc(nvim): split fzf window horizontally on smaller screen widthThomas Vanbesien2026-06-051-1/+8
|
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-5/+0
| | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially.
* fix(nvim): don't apply global fzf config in nvimThomas Vanbesien2026-05-211-0/+3
|
* misc: commentThomas Vanbesien2026-05-211-2/+0
|
* feat(nvim): add fzf-lua fuzzy finderThomas Vanbesien2026-05-191-0/+21
- plugin/50-fzf-lua.lua: vim.pack fzf-lua + nvim-web-devicons, default setup(), <Leader>f* keymaps (files/live_grep/buffers/helptags/resume) - dotfiles sync: declare fd + ripgrep, the fzf-lua files/live_grep providers (rg already present, fd to be installed on next sync)