Andrey Elizarov

Results 9 comments of Andrey Elizarov

When I enable this plugin and open kotlin file in vim it takes care about compiling .kt file into .class file (with Kt suffix). If I create `hello.kt` with content:...

Something compiling it alright. It happens if `filetype` is set to `kotlin`. Let me investigate.

~~Butler~~ Linter did it. My mistake, `kotlin-vim` have nothing to do with it apart from setting filetype to `kotlin`. Seems `w0rp/ale` is too smart. We don't want to rely on...

Yes, this should fit the bill. That feature strikes me as more elegant solution. Merely wondering are there any estimates?

This is really great, looking forward to it.

Or you could flash Open Bootloader and then DFU will work as documented. https://github.com/makerdiary/nrf52840-mdk-usb-dongle/tree/master/firmware/open_bootloader Take a look at last answer: https://devzone.nordicsemi.com/f/nordic-q-a/71617/problems-burning-firmware-into-nrf52840-mdk-usb-dongle

For history: I've made a PR few days ago (#67) that was addressing this issue. Unfortunately that patch works for me only and is not good enough to go mainstream....

like this: https://github.com/vigilancer/vim-buftabline/commit/2058d75bb55fd075830c3470a2bd8db1978df426 I didn't find in `:h goyo` any knobs that could affect `showtabline` so IMO it is safe to assume that when `Goyo` is enabled it wants to...

same here, in my case it was "java.lang.ClassCastException: Intent". clean rebuild will help.