dotfiles
dotfiles copied to clipboard
YADR - The best vim,git,zsh plugins and the cleanest vimrc you've ever seen
This PR changes vim plugin manager from `Vundle` to `vim-plug`. Close #864
Under certain configurations with coreutils installed via brew, you may see this in shells started inside tmux: ls: illegal option -- - usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] This is a...
Use plugin-{plugin-name}.vim for plugin settings - chore(vim): move plugin settings - style(vim): move file detection to ftplugin folder
* Update use of `egrep` to `grep -E`, I tested on my mac, but not sure when `grep -E` was added to the BSD version.
Fixes https://github.com/skwp/dotfiles/issues/891
Related to: https://github.com/tmux/tmux/issues/3836