Victor Molostov

Results 7 issues of Victor Molostov

While typing some number, COQ tries to perform autocompletion and erases the number I am trying to type. How can I fix this behavior? ![typing 0123456789 with COQ](https://github.com/ms-jpq/coq_nvim/assets/86685532/8e04287b-ee85-4a75-b2e0-0b6aaef06d81)

# Feature Request **Describe the Feature Request** Add support for `Guid`. **Describe Preferred Solution** **Describe Alternatives** Now guid can be stored in a column of type string. **Related Code** **Additional...

enhancement

Hi, I want to write tree-sitter language injections to work with sql, json and xml strings that are in a .cs file. Like for example in this plugin https://github.com/ray-x/go.nvim/tree/master/after/queries/go. What...

https://github.com/GustavEikaas/easy-dotnet.nvim/issues/151

Add the ability to run tests from a file or individual test methods. This will be useful in large solutions where the solution has more than 100 projects. It would...

### Problem In order to open diagnostics as virtual lines after jumping to them, you need to configure `vim.diagnostic.config` with `{virtual_lines = {current_line = true}}`. And create an autocommand on...

diagnostic

Is it possible to modify the list of characters for which caps_word works? Right now it applies to letters of the alphabet, but I'm using the qwerty layout in my...