Hennadii Chernyshchyk

Results 131 issues of Hennadii Chernyshchyk

We currently have API which allows to set language server specific commands. Example from clangd: https://github.com/neovim/nvim-lspconfig/blob/c5dae15c0c94703a0565e8ba35a9f5cb96ca7b8a/lua/lspconfig/server_configurations/clangd.lua#L52-L59 But @justinmk [suggested](https://github.com/neovim/nvim-lspconfig/pull/1921#issuecomment-1143705517) to remove them. I personally find them useful, especially `ClangdSwitchSourceHeader`. I...

enhancement

If you open the first file using nvr, the window will become active. But if after that I call nvr again, then it will not be active. Is it possible...

We currently have the following ubuntu machines: `ubuntu16.04`, `ubuntu18.04`, `ubuntu20.04`. But in GitHub Actions these machines named as `ubuntu-16.04`, `ubuntu-18.04`, `ubuntu-20.04`. It would be awesome to have the same names...

I have the following error message when I use Rust Analyzer and lsp_signature.nvim: ``` RPC[Error] code_name = ContentModified, message = "content modified" ``` It happens very often. But I don't...

question

Thank you a lot for the plugin! But I noticed that using this plugin with large ones causes freezing. It would be nice to have the ability to ignore files...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Commands `BuferlineCloseLeft`, `BuferlineCloseRight` and `BufferlinePickClose` close modified buffers. ### What did...

enhancement
low priority

`:AsyncStop` does not work with `term` [running mode](https://github.com/skywind3000/asyncrun.vim#running-modes). Is it expected or possible to fix?

Is it possible to run tasks sequentially? For example, in most IDEs, when a project starts, compilation occurs first. It would be convenient to assign build + run to a...

**Is your feature request related to a problem? Please describe.** Currently `'folder_arrows': 1` is incompatible with `renderer.indent_markers.enable`. **Describe the solution you'd like** It would be great to combine it, just...

feature request

**Is your feature request related to a problem?** You mentioned that `Preview with fzf needs a pipe command, Windows can't be supported.`. But there is an awesome [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) that works...

help wanted