Skip to content

Commit

Permalink
Update lazy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-j-ibanez authored Jul 30, 2024
1 parent 1dd841d commit be1fbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/zzz/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup("zzz.plugins")

-- Specify startup theme
vim.cmd([[colorscheme miasma]])
vim.cmd([[colorscheme rasmus]])

-- Enable transparency
vim.cmd("TransparentDisable")

0 comments on commit be1fbb5

Please sign in to comment.