Skip to content

yuxel/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Install a python supported vim

For MacOS

alias python="python3"
brew install vim
vim --version | grep python

Install vim-plug

vim-plug kur -> https://github.com/junegunn/vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install pynvim

pip3 install pynvim

Replace .vimrc

cp .vimrc ~/.vimrc

Install Plugins

Open vim and

:PlugInstall

About

My vim configuration files using pathogen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors