Skip to content

A minimal Vim/Nvim configuration in just one file without external dependencies.

Notifications You must be signed in to change notification settings

yangxuanx/minimal_vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a minimal Vim/Nvim configuration in just one file without external dependencies. The purpose is to provide a light-weight and ready to use Vim config for quick editing.

The config is tested for Vim 7.4, Vim 8.0 and Nvim 0.4.0.

How to use

For Neovim

To use this config for Neovim, use the following command:

mkdir -p ~/.config/nvim && cd ~/.config/nvim
git clone https://github.com/jdhao/minimal_vim.git .
ln -s minimal_vimrc init.vim

For Vim

mkdir -p ~/.vim && cd ~/.vim
git clone https://github.com/jdhao/minimal_vim.git .
ln -s ~/.vim/minimal_vimrc ~/.vimrc

About

A minimal Vim/Nvim configuration in just one file without external dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published