Skip to content

Commit

Permalink
fix: Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncedd committed Jun 26, 2023
1 parent 995b8e0 commit a6bcc55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ require("settings.autocmds")
-- PERF: directly call the colorscheme. (not via `vim.cmd("colorscheme x")`)
-- lua blocks are expensive as I heard.
-- this actually seems like an unnessearu premature optimization though
-- HACK: Try to make this less hacky?

local colorscheme = require("settings.settings").colorscheme

Expand Down

0 comments on commit a6bcc55

Please sign in to comment.