mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(lualine): add fzf extensions. (#5203)
## Description Similar to #5175, add `fzf` integration with lualine. Note that similar to #5175, integration with `fzf` is included unconditionally. I think we don't need to check if the users choose `fzf` as their default picker to conditionally add the fzf integration with lualine. ## Screenshots **Before**: <img width="446" alt="Screenshot 2024-12-19 at 17 58 30" src="https://github.com/user-attachments/assets/b9974180-92e7-47fe-8f48-b153f29e0c72" /> **After**: <img width="204" alt="Screenshot 2024-12-19 at 17 59 28" src="https://github.com/user-attachments/assets/777c3433-2347-4b6a-a5cd-435404b1386a" />
This commit is contained in:
parent
a3a28bf8e4
commit
7a16a752ba
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
extensions = { "neo-tree", "lazy" },
|
||||
extensions = { "neo-tree", "lazy", "fzf" },
|
||||
}
|
||||
|
||||
-- do not add trouble symbols if aerial is enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue