vim

For discussion on all things (neo)vim.
orestis 2020-09-29T07:26:07.001900Z

Just wanted to mention that I’m happy with papercolor-theme, it has a balanced light and dark mode which works well https://github.com/NLKNguyen/papercolor-theme

👍 2
walterl 2020-10-06T09:17:32.011300Z

The dark theme, that is. I still can't handle light ones.

orestis 2020-10-06T09:57:36.011500Z

I’m also using the dark one, but the light one is also good and sometimes useful (presentations, super bright rooms)

uosl 2020-09-29T09:21:54.002300Z

I also swear by papercolor light theme. Been using it for years without qualms (I also think Clojure is especially pretty with its pink keywords).

Ory Band 2020-09-29T10:29:18.005700Z

Hi all. I've recently migrated from vim + fireplace to nvim + coc.nvim + clojure-lsp. When writing Midje tests (which uses custom symbols such as => and ?x ?y when using tabular) i'm getting unknown symbol errors from clojure-lsp's inner clj-kondo tool. Apparently clojure-lsp lets you set custom macro-defs for these kind of scenarios, to let kondo be aware of these custom symbols. thing is, i can't make it work. Can anybody help with that please? See this short github issue for more information https://github.com/snoe/clojure-lsp/issues/92#issuecomment-699609662 Thanks in advance for any help you can give :)

borkdude 2020-09-29T10:30:16.006100Z

@ory.band Consider asking in #lsp

Ory Band 2020-09-29T10:30:51.006300Z

thanks