diff options
Diffstat (limited to 'lua/plugins/silicon.lua')
| -rw-r--r-- | lua/plugins/silicon.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/plugins/silicon.lua b/lua/plugins/silicon.lua new file mode 100644 index 0000000..444576e --- /dev/null +++ b/lua/plugins/silicon.lua @@ -0,0 +1,11 @@ +return { + "michaelrommel/nvim-silicon", + lazy = true, + cmd = "Silicon", + config = function() + require("silicon").setup({ + font = "CaskaydiaCove NF=34;Noto Color Emoji=34", + background = "#d79921", + }) + end +} |
