summaryrefslogtreecommitdiff
path: root/.nvim.lua
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-08 14:08:40 +0600
committerunwox <me@unwox.com>2024-10-08 14:08:40 +0600
commitaf76f6151244bdccd745f86b1edca3038718b551 (patch)
tree95746e4f24fb6d73c3e1e0bf1f909c21d8f74b61 /.nvim.lua
parentadd39175e929ac28864dbdaaee773973567f682c (diff)
add neovim settings
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 = {},
+ }
+ }
+}