8 lines
106 B
Lua
8 lines
106 B
Lua
local ok, zk = pcall(require, "zk")
|
|
if not ok then
|
|
return
|
|
end
|
|
|
|
zk.setup {
|
|
picker = "telescope",
|
|
}
|