Skip to content

ballpointcarrot/vim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Install

Vim:

Symlink the init.vim within this repository as follows:

cd /path/to/repo/init.vim ~/.vimrc

Nvim:

Symlink the init.vim within this repository as follows:

cd /path/to/repo/init.vim ~/$XDG_CONFIG_HOME/nvim/init.vim

Note: if $XDG_CONFIG_HOME is not defined, use $HOME/.config instead

Launch your editor. On the first run, there may be an error about a missing colorscheme. Once started, run the command :PlugInstall, and let the installation run. Restart your editor. Have fun with the new scripts. :D

Updating

For plugin updates, simply run :PlugUpdate in the editor to update to the latest versions of those plugins.

For vimrc updates, just run git pull in the repository to receive any updates from the remote side.

About

(Mac)Vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 95.7%
  • Shell 4.3%