starter/lua/plugins/symbolusage

9 lines
229 B
Plaintext
Raw Normal View History

2023-10-15 06:04:25 +08:00
-- return {
--
-- "Wansmer/symbol-usage.nvim",
-- event = "BufReadPre", -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
-- config = function()
-- require("symbol-usage").setup()
-- end,
-- }