From a6bcc55e220a069b082d757ae072253430bd06a8 Mon Sep 17 00:00:00 2001 From: asyncedd Date: Mon, 26 Jun 2023 22:11:14 +0900 Subject: [PATCH] fix: Remove unneeded comment --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 91cc37475..dd673c2c0 100644 --- a/init.lua +++ b/init.lua @@ -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