summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2017-08-19 17:17:29 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2017-08-19 17:17:29 +0200
commit0f2d6a545cc10b424732c4139d9d3fd05c68be28 (patch)
treec929710c578e6b8e4a7e14cc3302ae7ed0055ce2
parentAdd ALE plugin configuration (diff)
downloadvim_sync-0f2d6a545cc10b424732c4139d9d3fd05c68be28.tar.xz
Enable filetype plugins
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 15f0e9a..8a6ea48 100644
--- a/.vimrc
+++ b/.vimrc
@@ -101,6 +101,9 @@ endif
set spelllang=cs
set mousemodel=popup
+"enable filetype plugins
+filetype plugin on
+
" =================
" syntax highliting
" =================