mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
17 lines
332 B
Lua
17 lines
332 B
Lua
return {
|
|
'krivahtoo/silicon.nvim',
|
|
event = 'VeryLazy',
|
|
enabled = false,
|
|
opts = {
|
|
font = 'Hack=20',
|
|
theme = 'Dracula',
|
|
background = '#fff',
|
|
pad_horiz = 50,
|
|
pad_vert = 50,
|
|
line_number = true,
|
|
line_pad = 2,
|
|
line_offset = 1,
|
|
tab_width = 4,
|
|
}
|
|
}
|