Matts966
Matts966
Could you reopen this issue? @theol0403 The behavior below is the default in neovim, and it is great to have it in vscode-neovim too. - If no completion candidates exist,...
As a [neovide](https://github.com/neovide/neovide) user, this is one of the most desireble features...
`NSWindow` is greatly abstracted by `winit` and it seems difficult for me to set properties from the outside of `winit` as long as we use `winit`. Is there any workaround?
I tried to implement in neovide. Thank you :) https://github.com/neovide/neovide/pull/1459
I feel it would be awesome if the floaterm supports `gf`, `gF` by itself like git commit things.
In my environment, https://github.com/andymass/vim-matchup/issues/243#issuecomment-1233604415 works with cmdheight=0. Thank you.
@Bobgy Excuse me of mentioning. `robfig/cron` package now supports standard `CRON_TZ =` spec and this is important for our usecases. https://github.com/robfig/cron/tree/v3.0.1#upgrading-to-v3-june-2019 We should update the link to https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format on frontend...
`antigen` loads plugins when using `antigen apply`, and `marzocchi/zsh-notify` calls `zstyle ':notify:*' command-complete-timeout 30` when loaded. So we should call `zstyle ':notify:*' command-complete-timeout 1` after loading `marzocchi/zsh-notify`. Working example with...
@safinaskar Hi, I uploaded VSCode extension via https://github.com/matts966/efm-langserver-vscode. Unfortunately, I have not tested the installation but it is published already and I will test it in a week. If the...
Using https://github.com/asdf-community/asdf-direnv with global `.tool-versions` and `.envrc` for overriding solves all the problems for me.