add:symbol usage

This commit is contained in:
2026-04-14 16:32:14 +09:00
parent 1c4cc5ef78
commit c3d0d4623d
3 changed files with 36 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ M.map = {
["grug-far.nvim"] = { name = "grug-far.nvim", src = "https://github.com/MagicDuck/grug-far.nvim" },
["nvim-ts-autotag"] = { name = "nvim-ts-autotag", src = "https://github.com/windwp/nvim-ts-autotag" },
["supermaven-nvim"] = { name = "supermaven-nvim", src = "https://github.com/supermaven-inc/supermaven-nvim" },
["symbol-usage"] = { name = "symbol-usage", src = "https://github.com/Wansmer/symbol-usage.nvim" },
}
function M.by_names(names)