Skip to content

ehlertjd/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Enhance VIM with some helpful plugins.

Prerequisites

Building VIM from source (on OSX)

Clone the vim repo then:

# Cleanup cached python paths
rm -f src/auto/config.cache

# Explicitly set python interpreter
./configure --prefix=/usr/local --with-features=huge --enable-python3interp --enable-cscope \
  --with-python3-config-dir=/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/

# Build vim
make

# Install to /usr/local/bin
sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published