Skip to content

A compilation of vim-plugin and a vimrc file for my vim environment

Notifications You must be signed in to change notification settings

gusman/vim-setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Unix
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ cd .vim/plugged/vim-setting
$ sh setup.sh

Install Windows
> iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni $HOME/vimfiles/autoload/plug.vim -Force
> cd %HOME%\vimfiles\plugged\vim-setting
> setup.bat (This script requires administrator privilege)

open vim and run below command
:PlugInstall

About

A compilation of vim-plugin and a vimrc file for my vim environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published