[VERSION BUMP] Lazy vim: 14.11.0 nvim: 0.10.4

This commit is contained in:
Daveanand Mannie
2025-02-09 23:43:16 -05:00
parent 5bd5a91540
commit 63d1472eaa
7 changed files with 87 additions and 127 deletions

11
lua/plugins/fzf-lua.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"ibhagwan/fzf-lua",
opts = {
fzf_opts = {
["--layout"] = "default",
},
winopts = {
backdrop = 99
},
},
}