about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 14:30:43 +0900
committersefidel <contact@sefidel.net>2024-05-19 14:30:43 +0900
commitc1086f1f88b5335bfd0106264d2b4e5541956620 (patch)
treebfc2700318c13d10f8a34d12e03d84742ea4d7e4
parent0d87bda3848b655ace4711172244e8bdd2bf3366 (diff)
downloadnvimrc-c1086f1f88b5335bfd0106264d2b4e5541956620.tar.gz
nvimrc-c1086f1f88b5335bfd0106264d2b4e5541956620.zip
chore: remove unused imports
-rw-r--r--fnl/nvrc/colors.fnl3
-rw-r--r--fnl/nvrc/pack.fnl1
2 files changed, 1 insertions, 3 deletions
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
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 7f1293b..207d3f6 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -1,5 +1,4 @@
 (import-macros {: pack : pack! : unpack!} :nvrc.macro.pack)
-(import-macros {: setv!} :nvrc.macro.set)
 
 (pack! :folke/lazy.nvim)
 (pack! :rktjmp/hotpot.nvim)