Merge branch 'master' of gitlab.com:agausmann/dotfiles
This commit is contained in:
commit
cf08fd55f5
3 changed files with 6 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "raw/.vim/pack/git-plugins/start/ale"]
|
[submodule "raw/.vim/pack/git-plugins/start/ale"]
|
||||||
path = raw/.vim/pack/git-plugins/start/ale
|
path = raw/.vim/pack/git-plugins/start/ale
|
||||||
url = https://github.com/w0rp/ale.git
|
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
|
||||||
|
|
1
raw/.vim/pack/git-plugins/start/vim-gitgutter
Submodule
1
raw/.vim/pack/git-plugins/start/vim-gitgutter
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7eeea63e62b1cc088a75c7a7c244fc774d82e5bb
|
|
@ -13,14 +13,13 @@ set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set lazyredraw
|
set lazyredraw
|
||||||
set directory=~/.vim/tmp
|
set directory=~/.vim/tmp
|
||||||
filetype plugin on
|
|
||||||
|
|
||||||
" indentation
|
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
filetype indent on
|
|
||||||
|
|
||||||
" custom file types
|
" custom file types
|
||||||
|
filetype plugin indent on
|
||||||
autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2
|
autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
|
autocmd FileType markdown,plaintex,rst,tex,text setlocal textwidth=79
|
||||||
|
|
Loading…
Add table
Reference in a new issue