Dani Dickstein

Results 42 comments of Dani Dickstein
trafficstars

@justinmk can you elaborate on the plan for `:read !foo`? In the original post you write, "`:!` should use `:terminal` internally. Doesn't affect `:read !foo` etc." and then say "`:read...

Doesn't have to be active window on each space it could just be swapping the currently active spaces between monitors (i.e. all the windows in those spaces). Might be easier...

I'm more asking about doing several things Amethyst can already do but at once in a single keystroke. I effectively want to do a space swap between the active spaces...

Rotate clockwise / counter-clockwise? On 2 monitors that simplifies to swap. Or maybe have 2 settings that swap currently active space with the one on the monitor to the left...

I’m pretty unclear on the current state of this plugin after reading through comments on this and the related issues. I understand that right now this plugin only declares support...

@yyoncho can you confirm @lnicola's [reply](https://github.com/emacs-lsp/lsp-mode/issues/3344#issuecomment-1425309946) above is correct (namely, that already UTF-8 is supported just not declared, and UTF-16 is declared but has a bug), and if so can...

At least for my use case (lsp rpc for other languages), I already take a yojson dependency, so introducing a dependency in jsonrpc doesn't matter to me. But if you'd...

Alternatively, maybe the channel ID should just be returned by `nvim_set_client_info`, as something of a forcing function to get clients to call that after connecting.

In Neovim `?abc` doesn't even appear as a completion option. I agree with @bcc32 though; `newText` should be `~abc`. @jfeser I'm not sure adding `?abc` as an additional completion candidate...

Ah interesting this is definitely a Merlin bug (inspecting the debug output reveals this) but the `:MerlinRename` command in Vim does not actually perform the bad rename. The debug log...