Skip to content

Commit

Permalink
feat(neovim): eliminating lazy load and priority options for cyberdre…
Browse files Browse the repository at this point in the history
…am coloursceme

I noticed as if my Neovim config were discernably slower since i
introduced the cyberdream colourscheme, hence trying out without these
options.
  • Loading branch information
kalocsaibotond committed Apr 27, 2024
1 parent ce32954 commit 51e755a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/dot_config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
return {
{
"scottmckendry/cyberdream.nvim",
lazy = false,
priority = 1000,
config = function()
local colors = require("cyberdream.colors")
require("cyberdream").setup({
Expand Down

0 comments on commit 51e755a

Please sign in to comment.