8 lines
174 B
Lua
8 lines
174 B
Lua
|
return {
|
||
|
'projekt0n/circles.nvim',
|
||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||
|
opts = {
|
||
|
icons = { empty = '●', filled = '○', lsp_prefix = '●' },
|
||
|
},
|
||
|
}
|