Chris Grieser

Results 441 comments of Chris Grieser

Yeah works now. Thanks for the PR!

Thanks for the effort, but tbh, I am not entirely sure if I want this merged. Iteration/counts are a relatively niche feature most people won't use. Instead, I (and probably...

Depends, really. There are various options: - You make an "extension" for various-textobjects, which hooks into the plugin and modifies the behavior, making this plugin basically a dependency of yours...

It's unnecessarily complicated. Everyone I recommended nvim-ufo was confused about that particular setting. Assuming the user wants to use LSP as folding provider, and treesitter as fallback, and then indent...

> Will make the document of config complicated and make users understand the work mechanism difficulty. Well, in my view, it is exactly the opposite: the current method of configuring...

That's not a bug, that's a feature request. Especially since the browser hasn't even made it into a public release yet.

All good. The difference between bug and feature request is simply that the a big is usually more urgent.

Okay, I did some testing, and it appears the issue only occurs in the lua ftplugin (`nvim/after/ftplugin/lua.lua`). While normally, ftplugins only get loaded when entering the buffer, apparently, the autopairs...

I see, the error makes sense then. So for now, it looks like this works as workaround ```lua { "", ft = { "lua" }, cond = function(fn) return fn.in_string()...