mirror of
https://github.com/sadan4/nvim.git
synced 2025-01-18 03:03:29 -05:00
let it snow!
This commit is contained in:
parent
c9ccb02bf5
commit
85a053cb92
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
local plugins = {
|
local plugins = {
|
||||||
|
{
|
||||||
|
"marcussimonsen/let-it-snow.nvim",
|
||||||
|
cmd = "LetItSnow", -- Wait with loading until command is run
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"norcalli/nvim-colorizer.lua",
|
"norcalli/nvim-colorizer.lua",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue