Fix OverLength and add README

This commit is contained in:
2017-11-25 16:45:21 +01:00
parent dca9a90f9f
commit 4d6bdbed69
3 changed files with 22 additions and 3 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# My settings for VIM
## Usage
If you find yourself wanting to use these settings, do the following:
```
colors -> ~/.vim/colors
ftplugin -> ~/.vim/ftplugin
.vimrc -> ~/.vimrc
```
Also create two files `~/.vim/plugins.vim` and `~/.vim/locals.vim`. The first
one contains commands for your plugin manager and in the second one are commands
that are local to the machine. You might use `plugin_template.vim` and
`locals_template.vim` for reference.