Marc Jakobi

Results 45 comments of Marc Jakobi

Update: Find references also excludes method references.

It looks like I may somewhat be able to work around this issue with the `org.eclipse.jdt.core.classpath.exclusionPatterns` property.

I believe this plugin no longer needs to depend on the modularity plugin, which appears to be the cause of this issue (as of Gradle 6.4).

Thanks. Heres is another workaround (I haven't tested it with the javafx plugin, but it works with another plugin that has the same issue), so it should work with this...

> @MrcJkb > Do you mean the minimum amount of characters after which completion should be triggered? > if so, have tried let `g:completion_trigger_keyword_length = 3` Yes, thanks for the...

This is low priority for me, because I was able to work around this issue by wrapping the lua function in a file: ```lua -- ~/.config/nvim/lua/kaymap-utils.lua local M = {}...

Looks like this [has been fixed](https://github.com/neovim/neovim/pull/20024) in NeoVim 0.8.