montdor / zk.nvim

A zk plugin for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zk.nvim a neovim interface for zk

zk is a great tool to do Zettelkasten. This is a neovim interface for it. It comes with some custom functions and ways to speak to to the lsp.

Install

First make sure to have zk installed. Then t install I recommend using your favourite plugin manager. Here is an example using packer:

	use 'dagle/zk.nvim'

Usage

zk.nvim comes with these lua function: zkSnap

Telescope: After registering the zk extension Telescope zk {title, tag}

For lsp we have: zkNew zkAsk zkIndex

and in vimL: Zksnap ZkNew ZkIndex

I recommened binding the lsp functions in the attach function

About

A zk plugin for neovim


Languages

Language:Lua 93.1%Language:Vim Script 6.9%