mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
11 lines
190 B
Lua
11 lines
190 B
Lua
return {
|
|
-- { "RRethy/nvim-base16" },
|
|
-- simbol outline
|
|
{
|
|
"simrat39/symbols-outline.nvim",
|
|
event = "BufRead",
|
|
config = function()
|
|
require("symbols-outline").setup()
|
|
end,
|
|
},
|
|
}
|