Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvim-zh/minimal_vim
A minimal Vim/Nvim configuration in just one file without external dependencies.
https://github.com/nvim-zh/minimal_vim
neovim-config nvim-configs nvimrc vim vimrc
Last synced: 2 months ago
JSON representation
A minimal Vim/Nvim configuration in just one file without external dependencies.
- Host: GitHub
- URL: https://github.com/nvim-zh/minimal_vim
- Owner: nvim-zh
- Created: 2019-10-24T11:11:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T14:11:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T18:47:24.542Z (6 months ago)
- Topics: neovim-config, nvim-configs, nvimrc, vim, vimrc
- Language: Vim Script
- Size: 433 KB
- Stars: 111
- Watchers: 3
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is a minimal Vim/[Neovim](https://github.com/neovim/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:
```bash
mkdir -p ~/.config/nvim && cd ~/.config/nvim
git clone https://github.com/jdhao/minimal_vim.git .
```## For Vim
```bash
# 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 .
```