1
0
mirror of https://github.com/elisspace/dotfiles.git synced 2026-08-29 23:52:04 +00:00
Files
2022-06-13 09:59:13 -04:00

16 lines
537 B
VimL

" ---------------------------------------------------------------------------
" 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