Synchronized updates 2018-10-18
This commit is contained in:
parent
c0de70f248
commit
6cf3cce6a3
4 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
|||
[submodule "vim_plugins/vim-better-whitespace"]
|
||||
path = vim_plugins/vim-better-whitespace
|
||||
url = git://github.com/ntpeters/vim-better-whitespace.git
|
||||
[submodule "vim_plugins/editorconfig-vim"]
|
||||
path = vim_plugins/editorconfig-vim
|
||||
url = https://github.com/editorconfig/editorconfig-vim.git
|
||||
|
|
2
dotbot
2
dotbot
|
@ -1 +1 @@
|
|||
Subproject commit b442b9bdced7d849ddc0ea4283de1f80d9bacd8c
|
||||
Subproject commit e35b0794fde7d2f0957626cafe6e08709c0fc56b
|
|
@ -24,3 +24,6 @@ iunmap $q
|
|||
iunmap $e
|
||||
iunmap $t
|
||||
|
||||
" Tune EditorConfig:
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||
|
||||
|
|
1
vim_plugins/editorconfig-vim
Submodule
1
vim_plugins/editorconfig-vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 736451ae203c5e3bcce39f1be11d68009b783d82
|
Loading…
Reference in a new issue