[vim] got rid of directory

Kind of flattening where I can, since I don't house anything in the vim
directory except my rc files these days, there's no reason to have it as
part of the repo
This commit is contained in:
Josh Sherman 2017-12-23 17:32:56 -06:00
parent e3b1eb6431
commit d929676725
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 2 additions and 4 deletions

3
vim/.gitignore vendored
View file

@ -1,3 +0,0 @@
bundle
pack
.netrwhist

View file

@ -1,17 +0,0 @@
syntax on
set ai et si sts=2 sw=2 ts=2
set hls ic is
set nu rnu
set directory=~/.local/share/vim/swap,/tmp
set undodir=~/.local/share/vim/undo,/tmp
set undofile
autocmd BufNewFile,BufRead *.es6 setl ft=javascript
autocmd FileType php setl sts=4 sw=4 ts=4
autocmd FileType gitcommit,markdown,text setl nosi spell tw=80 wm=2
autocmd BufWritePre * :%s/\s\+$//e
set rtp+=~/.fzf