You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not only using vim for IDE stuff - otherwise mostly I'm using vim for editing /etc/* but I don't want it to open IDEmode when editing /etc/hosts ;)
You mentioned in README how to start IDE mode (:IDEOpen) and how to close IDE mode (:IDEClose). I'm sure it is possible and I think I did it previous time when I installed vim-IDE but now I cant remember. Maybe you mention it in README?
The text was updated successfully, but these errors were encountered:
Hi @tflori, sorry for the late reply. g:IDEAlways would be the opposite of what you want, but there is no command for that, it is up for each file type plugin to call autocmd vimenter * IDEOpen.
currently I commented out the vimenter line in the ftplugin file. does the * mean that should start for every file? maybe we can write /home/*/projects/* or mention this in the readme
I'm not only using vim for IDE stuff - otherwise mostly I'm using vim for editing /etc/* but I don't want it to open IDEmode when editing /etc/hosts ;)
You mentioned in README how to start IDE mode (
:IDEOpen
) and how to close IDE mode (:IDEClose
). I'm sure it is possible and I think I did it previous time when I installed vim-IDE but now I cant remember. Maybe you mention it in README?The text was updated successfully, but these errors were encountered: