diff options
| author | moxie <moxie@3kgcat.fi> | 2026-03-17 08:52:40 +0200 |
|---|---|---|
| committer | moxie <moxie@3kgcat.fi> | 2026-03-17 08:52:40 +0200 |
| commit | 040459a2f8c9c963e23c4f8cc863a1ac3e38c862 (patch) | |
| tree | a404ddeb6011c0f59af2026f5babba6a8e5615b6 /README.md | |
| parent | 98cbd80d5f56f3ce73e4819c3776ff5543accac3 (diff) | |
chore: update readme/docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
