From 23d6644dbe76e22d8558657bfede7b5d471d6383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 7 Aug 2024 21:51:15 +0200 Subject: nvim: rework mixed-table macro I didn't like that you couldn't keep mixing and matching, so I made it so you can. In the process, I also implemented even?, odd?, filter, mapcat, flat, and concat. Some of them didn't end up needing to exist, and the entire :toast. namespace does need to be cleaned up. Then again, it's not like I'm selling this like an alternative stdlib. I should really try and port all of clojure.core though, it'd be funny. --- dot_config/nvim/lua/plugins/os/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/nvim/lua/plugins/os/init.lua') diff --git a/dot_config/nvim/lua/plugins/os/init.lua b/dot_config/nvim/lua/plugins/os/init.lua index c9b9cab..3cb9f52 100644 --- a/dot_config/nvim/lua/plugins/os/init.lua +++ b/dot_config/nvim/lua/plugins/os/init.lua @@ -1,2 +1,2 @@ -- [nfnl] Compiled from fnl/plugins/os/init.fnl by https://github.com/Olical/nfnl, do not edit. -return require(("plugins.os." .. (jit.os):lower())) +return require(("plugins.os." .. jit.os:lower())) -- cgit v1.2.3