Victor Molostov
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? 
# 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...
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...
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...