Malte Esders

Results 36 comments of Malte Esders

@cheif I think the issue can be closed then? edit: my bad, the issue was opened by @schultzter

I think we should pay more attention to the fact that neovim 0.7.2 works fine. There's not that much time between the release date of 0.7.2 and the original bug...

I found the time! I bisected it. The culprit is this PR https://github.com/neovim/neovim/pull/19347 which, perhaps unsurprisingly, bumps treesitter to HEAD.

If I didn't make an error, I bisected the treesitter commit after which the bug occurs to this one: https://github.com/tree-sitter/tree-sitter/commit/d223a81b5064587af3a5f61f52d519670ba8995f

There's absolutely no way how neovim could intervene in this endless loop between tree-sitter and the tree-sitter grammar? I'm just thinking it's a bit strange, that each of the dozens...

I'm happy to make a PR updating the README. Should the instruction be to - install fancycompleter with pip/conda - copy the ```pdb.py``` into somewhere under the $PYTHONPATH? By the...

I think installing with pip directly from the repo is the best way, I hadn't thought of that. Two comments: - I would put the note regarding installing directly from...

If you change the order as stated in this issue (which I would like, too), you should also make it clear that the editor's choice changes monthly. I always had...

I might be ignorant but I had no idea that they update periodically. How about this idea: even if I'm the only one who doesn't understand that they update periodically,...

Works perfectly. Thanks a lot! The main part in this issue has been addressed. Making it work like `surround.vim` should be its own issue I think, so I'm closing.