Merge branch 'master' of gitlab.com:agausmann/dotfiles

This commit is contained in:
Adam Gausmann 2019-04-26 14:54:08 -05:00
commit cf08fd55f5
3 changed files with 6 additions and 3 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "raw/.vim/pack/git-plugins/start/ale"]
path = raw/.vim/pack/git-plugins/start/ale
url = https://github.com/w0rp/ale.git
[submodule "raw/.vim/pack/git-plugins/start/vim-gitgutter"]
path = raw/.vim/pack/git-plugins/start/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git

@ -0,0 +1 @@
Subproject commit 7eeea63e62b1cc088a75c7a7c244fc774d82e5bb

View file

@ -13,14 +13,13 @@ set hlsearch
set incsearch
set lazyredraw
set directory=~/.vim/tmp
filetype plugin on
" indentation
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
filetype indent on
" custom file types
filetype plugin indent on
autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2
autocmd FileType markdown,plaintex,rst,tex,text setlocal textwidth=79