vim

For discussion on all things (neo)vim.
Matsu 2021-02-18T07:46:39.113900Z

Anyone here using a external syntax highlighting package with vim for clojure? I've got vim-polyglot installed but the highlighting seems a bit dull

walterl 2021-02-18T19:56:43.116400Z

https://github.com/guns/vim-clojure-highlight extends vim-clojure-static (from vim-polyglot) a bit, but nothing drastic

walterl 2021-02-18T19:56:59.116700Z

Although I'd also like to get in on the tree-sitter action

Matsu 2021-02-19T09:44:14.117500Z

It does require fireplace though. I wonder if it clashes somehow since I have conjure installed already

dharrigan 2021-02-19T10:03:24.117700Z

I have it installed

dharrigan 2021-02-19T10:03:30.117900Z

I haven't noticed anything conflicting

dharrigan 2021-02-19T10:03:51.118100Z

Plug 'guns/vim-clojure-highlight', {'for': 'clojure'}

dharrigan 2021-02-19T10:04:51.118400Z

My colours look a bit like this

dharrigan 2021-02-19T10:04:54.118600Z

Matsu 2021-02-19T10:38:39.119Z

Oh man. Gotta try it out later today!

Matsu 2021-02-19T10:38:40.119200Z

Cheers

orestis 2021-02-18T10:41:05.115Z

Iā€™m using vim fugitive for my own stuff but GitHub to review PRs :) alternative suggestions welcome!

2021-02-18T11:01:08.115900Z

On neovim 0.5 there's treesitter highlighting

walterl 2021-02-18T18:24:56.116200Z

Yeah, me too šŸ˜›

walterl 2021-02-18T19:56:43.116400Z

https://github.com/guns/vim-clojure-highlight extends vim-clojure-static (from vim-polyglot) a bit, but nothing drastic

walterl 2021-02-18T19:56:59.116700Z

Although I'd also like to get in on the tree-sitter action