Update xplr config
This commit is contained in:
parent
c047fe2d55
commit
25439ab68d
3 changed files with 55 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue