vim

For discussion on all things (neo)vim.
tzzh 2020-03-11T09:39:15.056700Z

any tips on debugging java interop ? I am working on something that requires using java libraries and I am really struggling to do debug it without breakpoints I am using fireplace so as far as I know I can’t really do this but was wondering if there were other plugins or ways to get around this

nbardiuk 2020-03-11T09:52:17.056800Z

not a tool but an approach to debugging with clojure https://www.youtube.com/watch?v=FihU5JxmnBg

dharrigan 2020-03-11T10:11:05.057300Z

What I do is to set up a normal java agent for debugging,

dharrigan 2020-03-11T10:11:13.057700Z

then use intellij to breakpoint on the library

dharrigan 2020-03-11T10:11:19.057900Z

I use vim for my clojure stuff

tzzh 2020-03-11T10:29:55.058Z

ah a bit long for me to watch now but will take a look later :thumbsup:

tzzh 2020-03-11T10:30:47.058700Z

ah ok I see

dominicm 2020-03-11T18:23:28.059500Z

https://gitlab.com/protesilaos/tempus-themes found this which follows WCAG accessibility rules for vim themes to make them highly readable. I like onehalf, but I can't read the line numbers half the time.

2👍