Oliver Caldwell
Oliver Caldwell
See https://github.com/Olical/nfnl/pull/46#issuecomment-2529054963 for more thoughts. Right now if you write a macro file the whole project is recompiled. That should still be an option but we should also have a...
I think the Fennel compiler itself supports this different extension in some way so it's worth adopting, even if we still support the old `.fnl` with a header comment style...
Also formatted nvim.lua, won't be getting updates from the upstream repo these days anyway.
Typed Clojure has special doc forms that explain more things about types, we should detect a `^:typed.clojure` tagged namespace and swap out the `doc` implementation. Thanks for @frenchy64 for telling...
So when I open up a Clojure file it opens the HUD to show me the connection going through to the REPL. This used to stay open until I moved...
I noticed when editing my dotfiles, if I opened Neovim at the root of my dotfiles repo (above my `.config/nvim` directory) and tried to save a `.fnl` the required some...