From 040459a2f8c9c963e23c4f8cc863a1ac3e38c862 Mon Sep 17 00:00:00 2001 From: moxie Date: Tue, 17 Mar 2026 08:52:40 +0200 Subject: chore: update readme/docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 292529a..47b924e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ See `:help muwiki` for complete documentation and configuration options. ```lua vim.pack.add({ { src = "https://git.3kgcat.fi/muwiki.nvim", name = "muwiki" } + { src = "https://github.com/nvim-treesitter/nvim-treesitter", name = "treesitter" } }) ``` @@ -31,6 +32,7 @@ vim.pack.add({ ```lua { url = "https://git.3kgcat.fi/muwiki.nvim", + dependencies = { "nvim-treesitter/nvim-treesitter" }, keys = { { "ww", function() require("muwiki").open_index("default") end, desc = "Open wiki index" }, }, @@ -149,5 +151,6 @@ These plugins work well with muwiki.nvim: - [render-markdown.nvim](https://github.com/MeanderingProgrammer/render-markdown.nvim) - Improve markdown rendering in Neovim - [outline.nvim](https://github.com/hedyhli/outline.nvim) - Navigate document structure with symbols outline +- [table-nvim](https://github.com/SCJangra/table-nvim) - Edit markdown tables See `:help muwiki` for full documentation. -- cgit v1.2.3