Stephan Seitz
Stephan Seitz
> I set `ensure_installed = { "javascript" } and uninstall all parsers. `TSInstallInfo`show`javascript, c, help and lua`. Problem reproduced. Is both the `eq?` and the `match?` query problematic? Or is...
> Only `eq?`, with `match?` enabled works fast. Seems, it relates to some parser. I will try install one-by-one. The eq? query will be invoked on every comment, so much...
Thank you for reminding!
> [fa06446](https://github.com/nvim-treesitter/nvim-treesitter/commit/fa0644667ea7ee7a72efdb69c471de4953a11019) appears to fix this for me! :) > > I'm seeing some weirdness with decorators, but that's probably for another issue (and much less annoying): > > ```...
@kyazdani42 are you still working on this?
> > After some search, I found a file at location ~/.local/share/nvim/site/opack/packer/start/nvim-treesitter/lua/nvim-treesitter.lua > > The first line in this file was > > ``` > > local install = require("nvim-treesiter.install")...
This only seems to affect `vim.fn.input`. I would rather remove `vim.fn.input` only apply the change to `vim.fn.input`. Which implementation of `vim.ui.input` are you using?
Superseded by #343 or #55
I think this PR is really old at this stage, Please reopen rebased if still relevant
@clason it does not seem to be possible to set `operatorfunc` to a Lua function. I would prefer to wait for this feature or a general way to make a...