diff options
| author | unwox <me@unwox.com> | 2025-10-03 11:56:37 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-13 23:11:01 +0600 |
| commit | 3f5ade2e7a139bb4405437e8fc5546aafc7b05ef (patch) | |
| tree | 77c437958d74b591f11ec207d16749cf207a51e3 /.nvim.lua | |
| parent | f5a70e6a446e00969adb866ef2e2d10bf33bc4a8 (diff) | |
WIP shop
Diffstat (limited to '.nvim.lua')
| -rw-r--r-- | .nvim.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, { pattern = {"*.fnl"}, callback = function() vim.repl.fennel.cmd = {"go", "run", "-tags=fts5,jit", "../.", - "-n", "1", "-D", "main.lua", "bin/serve.fnl"} + "-n", "1", "-D", "bin/serve.fnl"} vim.repl.fennel.filters = {} end, }) |
