aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/dist.vim
blob: ac3671a2a2bfbc7523e53277b1bad0836c68f652 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Skip loading some plugins:
" I manage plugins myself with Git and a Makefile
let g:loaded_getscriptPlugin = 1
let g:loaded_vimballPlugin = 1
" Vim is the wrong tool for reading archives or compressed text
let g:loaded_gzip = 1
let g:loaded_tarPlugin = 1
let g:loaded_zipPlugin = 1
" I prefer filtering text with Unix tools
let g:loaded_logiPat = 1
" I don't use Vim servers
let g:loaded_rrhelper = 1
" I don't need extra spelling files
let g:loaded_spellfile_plugin = 1