aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoxie <moxie@3kgcat.fi>2026-03-17 08:52:40 +0200
committermoxie <moxie@3kgcat.fi>2026-03-17 08:52:40 +0200
commit040459a2f8c9c963e23c4f8cc863a1ac3e38c862 (patch)
treea404ddeb6011c0f59af2026f5babba6a8e5615b6 /README.md
parent98cbd80d5f56f3ce73e4819c3776ff5543accac3 (diff)
chore: update readme/docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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 = {
{ "<leader>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.