Daniil Rozanov
Daniil Rozanov
> `using` с C++17 поддерживает перечисление имен. Синтаксис `using namespace` в связи с этим выглядит асимметрично. Интересно, по какой причине вместе с `using` не завезли и `using namespace`. Видимо забыли
@Decodetalkers Cool, thank you! Then I propose to discuss new possibilities in this thread. I tried to write a plugin that would allow similar actions, but then I thought that...
@Decodetalkers You need to create it. Actually, not `.cmake`, but query file. One option is ```sh cmake -E capabilities | jq '.fileApi' > /.cmake/api/v1/query/client-/query.json ``` After that, if you run...
`` is any string. `cmake -E capabilities` output contains all possible kinds of replies supported by your cmake version. Note, this feature released since `cmake 3.15`, i suppose this is...
BTW, i changed config to ```lua return { "Civitasv/cmake-tools.nvim", config = function() require("cmake-tools").setup {} end, } ``` and it works. Bug
Do you have any requests before `GET https://reqres.in/api/users?page=5` in your `.http`?
Then I have no idea why the error occurs( I've copied your request and it works fine within my neovim. Maybe you should update your plugin and `http` treesitter
Same thing happens for me. `:checkhealth rest-nvim` is ok, latest `v0.10...` neovim. Queries that take long time freeze neovim