1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00
Files
dotfiles/.config/nvim/lua/plugins/outline.lua
2025-03-29 06:31:16 +01:00

14 lines
178 B
Lua

return {
{
"hedyhli/outline.nvim",
opts = {
outline_window = {
width = 25
},
symbols = {
icon_source = 'lspkind',
}
}
}
}