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 /doc/muwiki.txt | |
| parent | 98cbd80d5f56f3ce73e4819c3776ff5543accac3 (diff) | |
chore: update readme/docs
Diffstat (limited to 'doc/muwiki.txt')
| -rw-r--r-- | doc/muwiki.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muwiki.txt b/doc/muwiki.txt index 1b5fb24..054f421 100644 --- a/doc/muwiki.txt +++ b/doc/muwiki.txt @@ -40,6 +40,7 @@ Using vim.pack (Neovim 0.12+)~ > vim.pack.add({ { src = "https://git.3kgcat.fi/muwiki.nvim", name = "muwiki" } + { src = "https://github.com/nvim-treesitter/nvim-treesitter", name = "treesitter" } }) < @@ -47,6 +48,7 @@ Using lazy.nvim~ > { 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" }, }, |
