vim

For discussion on all things (neo)vim.
dominicm 2021-06-30T15:24:45.124700Z

So we've got init.lua and lsp. What else is relevant to us clojurians?

berkeleytrue 2021-06-30T15:55:57.125400Z

You can use fennel through Aniseed to write your configs in a lisp.

🎉 2
2021-06-30T15:58:25.126500Z

For me the lure are plugins in a language that is not vimscript and is used outside Vim

2021-06-30T15:58:59.127400Z

There is also tree-sitter which is supposed to offer faster syntax highlighting

dominicm 2021-06-30T16:15:48.128Z

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.

âž• 1
berkeleytrue 2021-06-30T16:29:53.128600Z

The treesitter clojure highlighting is there.

2021-06-30T16:50:28.129300Z

There is also an active pr to make it nicer: https://github.com/nvim-treesitter/nvim-treesitter/pull/1390/