From c1086f1f88b5335bfd0106264d2b4e5541956620 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 May 2024 14:30:43 +0900 Subject: chore: remove unused imports --- fnl/nvrc/colors.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl/nvrc/colors.fnl') diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index 3a6ca7b..7b0f478 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -1,5 +1,3 @@ -(import-macros {: setv!} :nvrc.macro.set) - (local colors {:bg "#151515" :light_bg "#333333" :light_nt "#555555" @@ -14,6 +12,7 @@ (lambda colors.apply [colorscheme] + (import-macros {: setv!} :nvrc.macro.set) (import-macros {: highlight!} :nvrc.macro.color) (vim.api.nvim_create_user_command :SwitchPalette -- cgit 1.4.1