Skip to content

Commit 80f0dae

Browse files
committed
add configuration tips to README
1 parent 084d184 commit 80f0dae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ If you are not using a package manager then you can use the provided `manual_ins
4848

4949
Run [./manual_install.sh](manual_install.sh) to copy the contents of each directory in the respective directories inside `~/.vim`.
5050

51+
## Configuration
52+
53+
You must add the following to you `~/.vimrc`:
54+
55+
```
56+
" Enable syntax highlighting
57+
syntax on
58+
59+
" Enables filetype detection, loads ftplugin, and loads indent
60+
" (Not necessary on nvim and may not be necessary on vim 8.2+)
61+
filetype plugin indent on
62+
```
63+
5164
## Notes/Caveats
5265

5366
### `mix format` Integration

0 commit comments

Comments
 (0)