Tom Praschan
Tom Praschan
Say I am in fileA.cpp and use Texteditor.FollowSmybolUnderCursor with the shortcut provided in your example qnvim.vim file. This takes me to fileB.cpp as expected. However, when I go back to...
They work in FakeVim though, so it should be possible to add this to qnvim
**Describe the bug** Trying out the example from https://github.com/google/googletest/blob/main/docs/gmock_cook_book.md#defining-a-custom-matcher-class-custommatcherclass results in `error: could not convert ‘BarPlusBazEqMatcher(expected_sum)’ from ‘BarPlusBazEqMatcher’ to ‘testing::Matcher’` **Steps to reproduce the bug** Copy the example (`BarPlusBazEqMatcher`), add...
### Language server clangd ### Requested feature When working with package managers like conan, using something like textDocument/definition will take you to header files outside of your project directory (e.g....
**Checklist** - [x] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.** When...
Thanks for creating this excellent piece of software! I wanted to give something back, so I started with some small spelling/grammar issues that I noticed while using the GUI. Cheers...
``` // foo.h namespace ns { enum class Scoped { FooBar }; }; // foo.cpp int main() { using ns::Scoped; Foo^ } ``` Triggering completion here will insert `ns::Scoped::FooBar`, but...
Inline virtual text will soon be merged into master: https://github.com/neovim/neovim/pull/23426 This Plugin is of course the perfect candidate for implementing this feature.
First of all, I really love odeint, I use it in my physics undergraduate research and it has made my life so much easier. I'm looking to implement custom state...