Melker Ulander

Results 205 comments of Melker Ulander

@folke Sure I could try, do you know what the problem might be or where I should start looking?

Ok, that makes it quite difficult for me to provide a PR, because I have no clue why the window ID is invalid 🤔

@mrcjkb I would speculate that 99% of Neovim users that use language servers use nvim-lspconfig (if they're not using coc.nvim), so I think it would be a very small win...

No worries @cordx56! @mrcjkb has added a bunch of improvements in [their PR to my branch](https://github.com/mawkler/rustowl/pull/1). I'm guessing that the plan is to merge that PR into my branch that...

I have now pushed a new rebase on main with the conflicts resolved. However, I'm having issues with your commit f92d528b19f58ddee07270abaa48b43009f8259a, @mrcjkb, since no highlights appear after doing `:RustOwl enable`....

@mrcjkb I tried using RustOwl from [your new PR](https://github.com/mawkler/rustowl/pull/2) and it does work in a smaller Rust codebase (I tried [my advent-of-code repo](https://github.com/mawkler/advent-of-code)). However, I keep getting `is_analyzed = false`...

@mrcjkb I get the same behaviour regardless of whether I include the `.git` or not. However, the issue might be that it just takes time for rust-analyzer to finish indexing...

@cordx56 Yes it's ready for review. I don't seem to have the permission to assign you to the PR 🙂

@cordx56 Hmm I don't seem to be able to reproduce your issue. I keep getting the buffer number when calling `enable` multiple times. Neovim v11.0 was released last week. Could...