From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/zk.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lsp/zk.lua') diff --git a/lsp/zk.lua b/lsp/zk.lua index 582bfbb5..6a336b7b 100644 --- a/lsp/zk.lua +++ b/lsp/zk.lua @@ -1,3 +1,9 @@ +---@brief +--- +--- https://github.com/mickael-menu/zk +--- +--- A plain text note-taking assistant + local function find_zk_root(startpath) for dir in vim.fs.parents(startpath) do if vim.fn.isdirectory(vim.fs.joinpath(dir, '.zk')) == 1 then @@ -6,11 +12,6 @@ local function find_zk_root(startpath) end end ----@brief ---- --- https://github.com/mickael-menu/zk --- --- A plain text note-taking assistant return { cmd = { 'zk', 'lsp' }, filetypes = { 'markdown' }, -- cgit v1.2.3-70-g09d2