Add nvim zk plugin

This commit is contained in:
2025-01-18 17:01:30 -05:00
parent 6d2ebcb505
commit 157cb56eea
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"
})