Results 168 comments of Eric Wong

I got same error when I want to jump to definition of a jdk built-in class: ``` [LC] Project root: F:/Chatting-server "src\main\java\com\wsdjeg\chat\server\Group.java" [unix] 58L, 1186C written [LC] Starting Init... [LC]...

![image (1)](https://user-images.githubusercontent.com/13142418/170854166-bbcd5448-47d3-4fb5-ab7a-97540140d975.png)

Did you test this Pr in Windows?

Sorry, I have checked this PR, we can not use `if index(g:spacevim_disabled_plugins, split(plugin[0], '/')[-1]) == -1` use this expr to check if the plugin is disabled, because all items in...

I just have a try with it locally: 1. setlocal nonumber should be added when open flygrep buffer 2. after click Enter, the flygrep buffer should be closed.

line number is usless for plugin buffer, you can see the number of result on statusline. for people who screen is small, like me, I do not want to keep...

@sshsu I just read your first comment again, I think there are two features missed in flygrep. 1. scroll up/down the preview windows, and make it easier for user to...

@Melkor333 @TalAmuyal Hello SpaceVim author here. I do not think these is any thing need to be done in oni, as oni is a GUI of neovim, It should keep...

> Spacevim does implement commands to e.g. switch windows/buffers the spacevim way and it makes sense because then it is consistent. But I myself prefer the vim commands for such...

I will add a oni layer in SpaceVim,and It will only provide tui compatible function. with this layer you can use spacevim in oni just like in terminal. --- Shidong...