mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 17:27:44 +02:00
14 lines
178 B
Lua
14 lines
178 B
Lua
return {
|
|
{
|
|
"hedyhli/outline.nvim",
|
|
opts = {
|
|
outline_window = {
|
|
width = 25
|
|
},
|
|
symbols = {
|
|
icon_source = 'lspkind',
|
|
}
|
|
}
|
|
}
|
|
}
|