Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 593 Bytes

My vim configuration | 中文

Introduction

This is my vim configuration, which is mainly used for Text editing and Markdown editing.

The branch of Arch-nvim is my neovim configuration.

Installation

1. Install vim

sudo apt install vim

For Arch Linux:

pacman -S vim

2. Install vim-plug

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

3. Install plugins

vim +PlugInstall