Skip to content

abbadon123/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

how to linux

mkdir ~/myvim; cd myvim
git clone https://github.com/abbadon123/vim-settings.git
git clone https://github.com/VundleVim/Vundle.vim.git
cat > ~/.vimrc <<EOF
let MYVUNDLE='$HOME/myvim'
set runtimepath+=$HOME/myvim/vim-settings
runtime myvimrc
EOF

first time in vim run: PluginInstall

how to windows

let MYVUNDLE='c:\my-favoruite-path\bundle'
set runtimepath+=c:\vim-settings
runtime myvimrc 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors