Skip to content

Commit

Permalink
🆕(nvim) vimwiki flow :TAGS:
Browse files Browse the repository at this point in the history
  • Loading branch information
neninja committed Sep 12, 2023
1 parent 2b5790c commit 2ca7adf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nvim/lua/my/pack/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,14 @@ commander.add({
cat = "todo",
},
{
desc = "Update vimwiki index",
desc = "Update specific tag",
cmd = ":VimwikiRebuildTags<CR>:VimwikiGenerateTagLinks <C-R><C-W><CR>",
cat = "vimwiki",
},
{
desc = "Update ALL tags",
cmd = ":VimwikiRebuildTags<CR>:VimwikiGenerateTagLinks<CR>",
cat = "vimki",
cat = "vimwiki",
},

})
Expand Down

0 comments on commit 2ca7adf

Please sign in to comment.