Sal Ferrarello
Sal Ferrarello
@paschube My apologies, but I'm no longer actively maintaining this theme. I've just updated the repo to reflect this. This project was based on https://github.com/kristopolous/BOOTSTRA.386, so perhaps there is something...
My first thought is it would be preferable to whitelist rather than blacklist files but it appears this is a Vim limitation https://github.com/kien/ctrlp.vim/issues/189
Additions in https://github.com/curtismchale/WPTT-Vim-Config/commit/f046b14a7d4a1cceb3eaec43c45d0bf104c49511 look good to me, thanks. I don't think the whitelist is an option.
Removing the lines ``` " nerdcommenter filetype plugin on ``` disables this behavior in JS. I'm guessing this is a configuration in [NERD_commenter](https://github.com/vim-scripts/The-NERD-Commenter) But at first glance in https://github.com/vim-scripts/The-NERD-Commenter/blob/master/plugin/NERD_commenter.vim javascript...
Historically, I haven't really been using much extended functionality. I just got ctags running and prior to that my completion options did not extend beyond the file I was currently...
As an alternative for highlighting, we could check out https://github.com/kloppster/Wordpress-Vim-Syntax. I see the parallel to NERDCommenter in terms of untapped power however, I've been unable to get most of these...
@dsawardekar you're right, I should be submitting these to the WordPress.vim project. I apologize.
Adding the line `let g:wordpress_vim_tags_file_name = '.git/tags'` to the .vimrc prompts wordpress.vim to look for or write the tags file there. This would allow the use of Tim Pope's effortless...
Congratulations on merging the REST API into WordPress core! https://core.trac.wordpress.org/changeset/38832 I assume this means development will stop here on GitHub and I should now open a WordPress trac ticket for...
`CONTRIBUTING.md` asks that I leave a #reviewmerge comment, which I'm not familiar with. Hopefully, this comment with the hash tag is sufficient. If not, I'd appreciate any guidance (or a...