[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:
parent
e3b1eb6431
commit
d929676725
3 changed files with 2 additions and 4 deletions
3
vim/.gitignore
vendored
3
vim/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
bundle
|
||||
pack
|
||||
.netrwhist
|
17
vim/vimrc
17
vim/vimrc
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue