add zk and harpoon bindings

nix-components
pegasust 2022-08-29 13:16:53 -07:00
parent 71d59ea39f
commit e88df8f968
1 changed files with 12 additions and 0 deletions

View File

@ -158,6 +158,18 @@ require('telescope').setup {
}
require('zk').setup({
picker = "telescope",
lsp = {
config = {
cmd = {"zk", "lsp"},
name = "zk",
},
auto_attach = {
enabled = true,
filetypes = {"markdown"},
},
}
})
pcall(require('telescope').load_extension, 'fzf')