aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-12-31 00:47:37 +0100
committerDavid Runge <dave@sleepmap.de>2015-12-31 00:47:37 +0100
commit482634913cf8aa891a48bdb45242061ee9297814 (patch)
tree1d5171c1664dae554bab730767c4331cc7f66981 /.vimrc
parent2af1cdd9ed64089a63bb2e061014df3d64631939 (diff)
downloaddotfiles-482634913cf8aa891a48bdb45242061ee9297814.tar.gz
dotfiles-482634913cf8aa891a48bdb45242061ee9297814.tar.bz2
dotfiles-482634913cf8aa891a48bdb45242061ee9297814.tar.xz
dotfiles-482634913cf8aa891a48bdb45242061ee9297814.zip
.vimrc: Activating filetype plugin and indent.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index e7229a6..dfd997f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -57,8 +57,8 @@ set softtabstop=2
set tabstop=2
set expandtab
-"filetype plugin on
-"filetype indent on
+filetype plugin on
+filetype indent on
" Display tabs and trailing spaces visually
set list listchars=tab:\ \ ,trail:ยท