Skip to content

Commit

Permalink
fix zk
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed May 26, 2024
1 parent 714005d commit bb2aa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/nvim/lua/plugins/zk.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require("zk").setup({
picker = "telescope",
picker = "fzf_lua",
})

local opts = { noremap = true, silent = false }
Expand Down

0 comments on commit bb2aa4f

Please sign in to comment.