Markus Lanner
Markus Lanner
Hi Thanks for this great plugin! I was wandering if there is any support for toggling global marks? `m;` toggles a buffer (lower case) mark. `Toggle the next available mark...
the sample shall compile again on linux
Thanks for the great lib. So far it just-works! Awesome! However I believe I found an issue. the following code won't compile ```cpp class takes_vector { public: takes_vector(const std::vector&); };...
I'm using `serve-d` with `coc.vim` like described in https://github.com/Pure-D/serve-d/issues/104 on the project root I got a `.editorconfig` with the following content: ```ini [*.d] indent_style = space indent_size = 2 ```...
**Please confirm** - [x] I am running the latest version of this plugin **Describe the bug** When I enter **insert mode**, and then call `telekasten.insert_link()` it's getting inserted after the...
### Describe the bug If a language like `c` gets mentioned twice ```lua require("nvim-treesitter.configs").setup({ -- `c` gets listed TWICE! ensure_installed = { "c", "c" }, sync_install = false, }) ```...
Hi there! So I'm trying to close a room. I got a participant (`client`) using the `server-sdk-go` and another program called `closer` which tries to close the room. ## client...