mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
16
nvim/lua/plugins/sillicon.lua
Normal file
16
nvim/lua/plugins/sillicon.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user