• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Vim Script
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Introduction

This is a minimal Vim/Neovim 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 in 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 .

For Vim

# to avoid default conf interfering with this conf
mv ~/.vimrc ~/.vimrc.bak
mkdir -p ~/.vim && cd ~/.vim
git clone https://github.com/jdhao/minimal_vim.git .