gavruk / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sergey Gavruk Vim Configuration

Install

  • Wipe out your ~/.vimrc file and ~/.vim directory (back up if you wish)
  • git clone https://github.com/gavruk/vim-config.git ~/.vim
  • ln -s ~/.vim/.vimrc ~/.vimrc
  • Install VimR
  • ~/.config/nvim/init.vim add
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc
  • ~/.zshrc add
alias vim="/Applications/MacVim.app/Contents/MacOS/Vim"
alias vimr="/Applications/VimR.app/Contents/Resources/vimr"
  • Download patched font https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode/Regular/complete
  • brew install fd ack
  • Start Vim
  • Run :PlugInstall

Update

  • Run :PlugUpdate

About


Languages

Language:Vim Script 98.1%Language:Python 1.9%