Skip to content

JulioJu/vimrc

 
 

Repository files navigation

Nvim

git clone https://github.com/JulioJu/vimrc ~/.vim
cd .config && ln -s ../.vim nvim

Zplug

ln -s ~/.vim/dotFilesOtherSoftwareVimCompliant/zshrc ~/.zshrc

Install zplug https://github.com/zplug/zplug

Installation with git clone

If you install zplug with git clone

chmod -R 755 .zplug

Into your .zshrc

source ~/.zplug/init.sh

After the end of the installation launch a new instance of zsh. If you have launched zplug before steps above, remove .zplug directory.

tig

ln -s ~/.vim/dotFilesOtherSoftwareVimCompliant/tigrc ~/.tigrc

FZF

For ubuntu, do not install FZF via package manager. It is outdated. junegunn/fzf#2996 (comment)

Install it thanks git. Currently, in our .zshrc file, it's the fzf installed on ~/.fzf that is used.

Licence

The project is under MIT License

About

My vimrc configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 66.3%
  • Shell 17.8%
  • Lua 13.5%
  • CSS 2.4%