diff options
author | sefidel <contact@sefidel.net> | 2022-03-06 20:44:10 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-06 20:44:10 +0900 |
commit | f98bb630c4bc3562749ffe6b5d18c6a06955af36 (patch) | |
tree | cc8cd0d8798ed04d2d855040993c6eef352d6968 /fnl/nvrc/macro | |
parent | 5186760ef60dd0e16431125d9474e3d8d76eccba (diff) | |
download | nvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.tar.gz nvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.zip |
feat!: UI rewrite
Diffstat (limited to 'fnl/nvrc/macro')
-rw-r--r-- | fnl/nvrc/macro/color.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/nvrc/macro/color.fnl b/fnl/nvrc/macro/color.fnl index d481fc9..70e23ee 100644 --- a/fnl/nvrc/macro/color.fnl +++ b/fnl/nvrc/macro/color.fnl @@ -5,8 +5,5 @@ "Add a highlighting group." `(vim.api.nvim_set_hl 0 ,group ,colset)) -(fn link! [group link] - "Link a highlighting group." - (highlight! group {:link link})) -{: highlight! : link!} +{: highlight!} |