diff options
| author | unwox <me@unwox.com> | 2024-10-08 14:08:40 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-08 14:08:40 +0600 |
| commit | af76f6151244bdccd745f86b1edca3038718b551 (patch) | |
| tree | 95746e4f24fb6d73c3e1e0bf1f909c21d8f74b61 /.nvim.lua | |
| parent | add39175e929ac28864dbdaaee773973567f682c (diff) | |
add neovim settings
Diffstat (limited to '.nvim.lua')
| -rw-r--r-- | .nvim.lua | 8 |
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 = {}, + } + } +} |
