From 2b5ac273c2adee5327f58fb34ac30b66da917347 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 9 Feb 2025 15:31:07 +0530 Subject: Init commit with uiua basic shit --- .local.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .local.lua (limited to '.local.lua') diff --git a/.local.lua b/.local.lua new file mode 100644 index 0000000..3835641 --- /dev/null +++ b/.local.lua @@ -0,0 +1,13 @@ +-- My repl config: https://github.com/phenax/neovim-config/blob/main/lua/phenax/repl.lua +--- @type table +Repl = Repl + +Repl.replModes.uiua = { + config = { + command = 'uiua repl', + clear_screen = false, + width = function(w) return w * 0.4 end, + } +} + +Repl.apply_repl_mode('uiua') -- cgit v1.3.1