mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Intro: minimal vimrc
This commit is contained in:
parent
5f85397ee9
commit
4f9f9e7671
@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Intro: [What kind of Vim am I running?](README.md#what-kind-of-vim-am-i-running)
|
- Intro: [What kind of Vim am I running?](README.md#what-kind-of-vim-am-i-running)
|
||||||
- Intro: [Cheatsheets](README.md#cheatsheets)
|
- Intro: [Cheatsheets](README.md#cheatsheets)
|
||||||
- Intro: [The Vim Philosphy](README.md#the-vim-philosophy)
|
- Intro: [The Vim Philosphy](README.md#the-vim-philosophy)
|
||||||
|
- Intro: [Minimal vimrc](README.md#minimal-vimrc)
|
||||||
- Basics: [Marks?](README.md#marks)
|
- Basics: [Marks?](README.md#marks)
|
||||||
- Basics: [Changelist?](README.md#changelist)
|
- Basics: [Changelist?](README.md#changelist)
|
||||||
- Basics: [Changelist? Jumplist?](README.md#changelist-jumplist)
|
- Basics: [Changelist? Jumplist?](README.md#changelist-jumplist)
|
||||||
|
26
README.md
26
README.md
@ -13,6 +13,7 @@ added every day. Things about to be added can be found here:
|
|||||||
- [What is Vim?](#what-is-vim)
|
- [What is Vim?](#what-is-vim)
|
||||||
- [The Vim Philosphy](#the-vim-philosophy)
|
- [The Vim Philosphy](#the-vim-philosophy)
|
||||||
- [First steps](#first-steps)
|
- [First steps](#first-steps)
|
||||||
|
- [Minimal vimrc](#minimal-vimrc)
|
||||||
- [What kind of Vim am I running?](#what-kind-of-vim-am-i-running)
|
- [What kind of Vim am I running?](#what-kind-of-vim-am-i-running)
|
||||||
- [Cheatsheets](#cheatsheets)
|
- [Cheatsheets](#cheatsheets)
|
||||||
|
|
||||||
@ -191,7 +192,7 @@ use Vim in compatible mode. Just don't.
|
|||||||
|
|
||||||
Next steps:
|
Next steps:
|
||||||
|
|
||||||
1. Create your own [vimrc](#minimal-vimrc). TODO
|
1. Create your own [vimrc](#minimal-vimrc).
|
||||||
2. Have some [cheatsheets](#cheatsheets) ready for the first weeks.
|
2. Have some [cheatsheets](#cheatsheets) ready for the first weeks.
|
||||||
3. Read through the [basics](#basics-1) section to learn what is even possible.
|
3. Read through the [basics](#basics-1) section to learn what is even possible.
|
||||||
4. Learn on demand! You never finish learning Vim. If you encounter any
|
4. Learn on demand! You never finish learning Vim. If you encounter any
|
||||||
@ -204,6 +205,29 @@ One last advice: Please learn how to use Vim properly before starting to add all
|
|||||||
kinds of hyped [plugins](#managing-plugins) that only implement features that
|
kinds of hyped [plugins](#managing-plugins) that only implement features that
|
||||||
Vim already supports natively.
|
Vim already supports natively.
|
||||||
|
|
||||||
|
#### Minimal vimrc
|
||||||
|
|
||||||
|
The user vimrc can be put into `~/.vimrc` or for the sake of better separation
|
||||||
|
into `~/.vim/vimrc`. The latter makes it easy to put the entire configuration
|
||||||
|
under version control and upload it to, let's say Github.
|
||||||
|
|
||||||
|
You find many "minimal vimrcs" all over the net, and maybe my version isn't as
|
||||||
|
minimal as it should be, but it provides a good set of sane settings that I deem
|
||||||
|
to be useful for starting out.
|
||||||
|
|
||||||
|
Eventually you have to read up on all the mentioned settings anyway and decide
|
||||||
|
for yourself. :-)
|
||||||
|
|
||||||
|
So here it is: [minimal-vimrc](content/minimal-vimrc.vim)
|
||||||
|
|
||||||
|
In case you're interested, here's [my
|
||||||
|
vimrc](https://github.com/mhinz/dotfiles/blob/master/vim/vimrc).
|
||||||
|
|
||||||
|
**TIP**: Most plugin authors maintain several plugins and also publish their
|
||||||
|
vimrc on Github (often in a repositoy called "vim-config" or "dotfiles"), so
|
||||||
|
whenever you find a plugin you like, look up its maintainer's Github page and
|
||||||
|
look through the repositories.
|
||||||
|
|
||||||
#### What kind of Vim am I running?
|
#### What kind of Vim am I running?
|
||||||
|
|
||||||
Looking at `:version` will give you all the information you need to know about
|
Looking at `:version` will give you all the information you need to know about
|
||||||
|
Loading…
x
Reference in New Issue
Block a user