Results 7 comments of Ivan Kolomiiets

same problem on `6.7.1-arch1-1`

https://github.com/Green0wl/ocrf

same issue. `omnisharp v1.39.11`. `NVIM v0.9.5`. `6.6.9-arch1-1`.

@gengdz same problem. i am using tsserver + angulars. maybe you found a way to solve it? by the way, i just checked specifically and the plugin works fine even...

same problem. it has been the same since #24 and #56 didn't help. when renaming `ende` to `end` using `:lua vim.lsp.buf.rename()` in the file provided below, there is an additional...

an addition to the comment above: `cfg.lua` (test config I've used): ```lua local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath, })...

same problem. as @jensli mentioned, UI crash is observed when switching from version `0.27.1` to `0.27.2`. probably, it can be somehow related to the fact that youtube updates something at...