diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2017-08-19 17:17:29 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2017-08-19 17:17:29 +0200 |
commit | 0f2d6a545cc10b424732c4139d9d3fd05c68be28 (patch) | |
tree | c929710c578e6b8e4a7e14cc3302ae7ed0055ce2 /.vimrc | |
parent | Add ALE plugin configuration (diff) | |
download | vim_sync-0f2d6a545cc10b424732c4139d9d3fd05c68be28.tar.xz |
Enable filetype plugins
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ endif set spelllang=cs set mousemodel=popup +"enable filetype plugins +filetype plugin on + " ================= " syntax highliting " ================= |