Add nvim zk plugin

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent e6ac283459
commit aa7b4417d0
4 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
-- Configure the zk neovim plugin
require("zk").setup({
picker = "fzf"
})