https://neovim.discourse.group/t/neovim-0-5-release-stream-7-2-21-at-16-00-utc-12-00-pm-est/654
So we've got init.lua and lsp. What else is relevant to us clojurians?
You can use fennel through Aniseed to write your configs in a lisp.
For me the lure are plugins in a language that is not vimscript and is used outside Vim
There is also tree-sitter which is supposed to offer faster syntax highlighting
Right, so we'll have to see if tree-sitter clojure is there yet or not! I know someone was working on that, I'm excited to try it out.
The treesitter clojure highlighting is there.
There is also an active pr to make it nicer: https://github.com/nvim-treesitter/nvim-treesitter/pull/1390/