Fix OverLength and add README
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user