-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable on NERDTree, Tagbar, :help, etc. windows #27
Comments
Adding a autocmd VimEnter,BufNewFile,BufReadPost * if !strlen(&buftype) | silent! call HardMode() | endif |
Why not just add this to hardmode's code? |
See #33 |
cmd didn't work for nerdtree, am I missing something? nice plugin btw |
@betoharres, fixed in Two-Finger@9bcce9c9a40eef0aae5290a66cfc6613bc548557 |
@TWO-FINGER confirmed, it does work for NERDTree. |
I can't make it work for NERDTree, is there anything else but copying @TWO-FINGER's code? Edit: It's because I use |
It's kinda impossible using NERDTree, tagbar, and
:help
windows with hardmode. I suggest several solutions:Wuddya say?
The text was updated successfully, but these errors were encountered: