chore: fix some variable names
authorTran Duc Binh <binhtran432k@gmail.com>
Mon, 22 Aug 2022 09:34:23 +0000 (16:34 +0700)
committerTran Duc Binh <binhtran432k@gmail.com>
Mon, 22 Aug 2022 09:34:23 +0000 (16:34 +0700)
lua/dracula/init.lua

index 17cbb892a17c2678ba9b00c38b81ecca54ecd1e9..11a384ae5636574c3055afcb7dd18f419ef9b4fc 100644 (file)
@@ -73,8 +73,8 @@ local function apply(configs)
    end
 
    -- run highlights link commands
-   for group, command in pairs(links) do
-      nvim_set_hl(0, group, command)
+   for group, setting in pairs(links) do
+      nvim_set_hl(0, group, setting)
    end
 end