mirror of https://github.com/LazyVim/starter
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
-- 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,
|
||
|
-- }
|