Arvid Gerstmann

Results 89 comments of Arvid Gerstmann

@equalsraf Yep, I've seen neovim-remote. Unfortunately, it seems to be UNIX only, hence I couldn't try it yet.

> Hi, @Leandros ! I just ran into the same problem and I'm wondering if you found a good workaround yet. Thanks! :) @bsod90 Sadly I could not figure out...

http://vim.wikia.com/wiki/Deleting_a_buffer_without_closing_the_window

My solution was to use the `messense/rust-musl-cross:aarch64-musl` docker image to cross-compile, rather than using `rustup add target ...`.

`position_at_end` works, since I've written the code for an `if` statement using it (which, from the looks of it, you're attempting yourself). Try it like this: ```rust let bb =...

I prefer the solution suggested in the linked thread from @Fity. ``` Plugin 'elzr/vim-json' let g:vim_json_syntax_conceal = 0 ```

`let g:indentLine_faster = 1` seem to work, but it'll remove the leading spaces, is there a way to bring them back?