summaryrefslogtreecommitdiff
path: root/.nvim.lua
diff options
context:
space:
mode:
Diffstat (limited to '.nvim.lua')
-rw-r--r--.nvim.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/.nvim.lua b/.nvim.lua
new file mode 100644
index 0000000..1052fad
--- /dev/null
+++ b/.nvim.lua
@@ -0,0 +1,8 @@
+vim.repl = {
+ configs = {
+ fennel = {
+ cmd = {"./run.sh", "serve", "--puc"},
+ filters = {},
+ }
+ }
+}