Should work decently with vim and nvim.
- fzf (autoloaded)
- silver searcher for Ag
- rg
- diff-so-fancy (brew install diff-so-fancy)
- brew install ctags-exuberant
- brew install pure
- Sublime backup
TODO: make an autoinstaller...
- Create symlink
:PlugInstall
- ...
- Profit
$ git clone https://github.com/seripap/dotfiles
$ ln -s ~/dotfiles/.gitconfig ~/.gitconfig
# VIM
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
# NVIM
$ ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim
$ ln -s ~/dotfiles/lua/lsp-autocomplete.lua ~/.config/nvim/lua/lsp-autocomplete.lua
$ ln -s ~/dotfiles/lua/lsp-config.lua ~/.config/nvim/lua/lsp-config.lua
$ ln -s /Users/dseripap/dotfiles/sublime-text/Packages /Users/dseripap/Library/Application\ Support/Sublime\ Text/Packages
if type rg &> /dev/null; then
export FZF_DEFAULT_COMMAND='rg --files --hidden'
export FZF_DEFAULT_OPTS='-m --height 50% --border'
fi
<C-wsad>
are mapped tohjkl
, because small keyboards