install script working as it should

This commit is contained in:
Tristaan
2017-11-17 06:03:39 +01:00
parent df63ebfaaa
commit 549073569f
26 changed files with 2600 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
" ---------------------------------------------------------------------------
" Standard ftplugin boilerplate; see ':help ftplugin'.
" ---------------------------------------------------------------------------
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
" ---------------------------------------------------------------------------
" Settings for the Vundle update log buffer.
" ---------------------------------------------------------------------------
setlocal textwidth=0
setlocal nowrap
setlocal noswapfile