magidc
magidc
Ubuntu 20.04.4 LTS
I would like to share my solution to this problem. Instead of relying on locating .git, .svn or others to identify project root folder, I am only relying in a...
I am still stuck in this issue. Am I missing something? `set easymotion` `map s (easymotion-f)` My full ideaVimrc config [here](https://github.com/magidc/dotfiles/blob/master/jetbrains/.ideavimrc). Can somebody give me a hand?
Try space+v+s (View Structure) This will toggle Aerial plugin that does exactly what you want  Also, try space+c+x for a quick navigation on file methods
Hi, I am glad to know that you like my configuration :) Regarding the issue of the autocompletion, you caught me with this one. I have notice it some times...
On the other hand, nowadays I use Neovim mostly for Rust and for editing configuration files in other languages. For java I switched to Intellij because it is much more...
Hi, I suspect that the issue with autocompletion is related with copilot plugin. If you are not using it please remove it from the config and give me feedback is...
Take a look to the last changes. I really think the TAB issue is related with Copilot integration. I have added a plugin to integrate Copilot with exiting completion system...
Hi, it's me again claiming that Tab issue is solved. The plugin that enables the auto completion menu was configured to use Tab and Alt Tab to navigate through options....