feat(nvim): add silicon

This commit is contained in:
Price Hiller 2022-09-14 10:59:17 -05:00
parent a930700020
commit 23f8498899

View File

@ -789,6 +789,16 @@ return packer.startup({
end,
})
-- Take a screenshot of code selected
use({
"segeljakt/vim-silicon",
config = function()
vim.g.silicon = {
background = "#7E9CD8"
}
end
})
-- Leave at end!!!
-- Install and deploy packer plugins
-- automatically