xudyang1

Results 25 comments of xudyang1

> Thanks for making this pull request! We just need you to create a new SERVER ticket on [JIRA](https://jira.mongodb.org/) to help us track the PR. Just did that. I got...

> Thanks for making this pull request! We just need you to sign our [Contributor's Agreement](https://www.mongodb.com/legal/contributor-agreement) as part of our considering the PR. Once I have that done, I think...

`gruvbox.nvim` is a colorscheme and it does not configure the floating window. If you are using language servers from `lspconfig`, you can set up borders in your own config like...

@timsofteng For `whichkey`, you can set up border style by calling `require('which-key').setup({ window = { border = "single" })`. Generally, if you want to configure all these plugin popup windows,...

> Hi, thanks for opening this issue. `eval_js` only supporting VimScript callbacks is indeed quite unfortunate, this is not something I would implement today. > > Unfortunately, `eval_js` is likely...

> This is not a bug but the intended behavior, as this enables using Firenvim on elements whose selector cannot be decided. I can see how the behavior you expected...

@LunarLambda @ykhan21 For people who want to use git-bash for `:!` or `:ter` on Windows, the following config works. For zsh or other unix shell, setting `opts.shellslash = true` might...

Please have a try for the fix #1252