diff options
Diffstat (limited to 'vim/vimrc')
| -rw-r--r-- | vim/vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc new file mode 100644 index 0000000..4a93e04 --- /dev/null +++ b/vim/vimrc | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | " enable line numbers | ||
| 2 | set number | ||
| 3 | |||
| 4 | " enable syntax highlight | ||
| 5 | syntax on | ||
| 6 | colo mustang | ||
