Update xplr config

This commit is contained in:
James Dugan 2025-04-26 14:35:51 -06:00
parent c047fe2d55
commit 25439ab68d
3 changed files with 55 additions and 2 deletions

View file

@ -1,4 +1,4 @@
version = "0.21.9" -- This needs to be global; ignore diagnostics that say otherwise
version = "1.0.0" -- This needs to be global; ignore diagnostics that say otherwise
---@diagnostic disable
local xplr = xplr
@ -52,3 +52,6 @@ xplr.config.modes.builtin.default.key_bindings.on_key['*'] = {
},
},
}
-- Fzf
require("fzf")