aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-10-06 19:46:18 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2011-10-06 19:46:18 +0200
commit30ce16e20a12deef3ee97003694f6ae505936080 (patch)
treeb85af6f1865016957fc181b57cae1ae5ccf198ce /vimrc
parentce794768336aceb470da7d3ec93e74924b25e13b (diff)
downloaddotfiles-30ce16e20a12deef3ee97003694f6ae505936080.tar.gz
dotfiles-30ce16e20a12deef3ee97003694f6ae505936080.zip
Added vimrc
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
new file mode 100644
index 0000000..34a5bd5
--- /dev/null
+++ b/vimrc
@@ -0,0 +1,3 @@
+if has("syntax")
+ syntax on
+endif