Update vim
This commit is contained in:
parent
32177650c7
commit
707a227ccc
15
.gitmodules
vendored
15
.gitmodules
vendored
@ -1,9 +1,6 @@
|
||||
[submodule ".vim/bundle/vim-argwrap"]
|
||||
path = pack/plugins/start/vim-argwrap
|
||||
url = https://github.com/FooSoft/vim-argwrap.git
|
||||
[submodule ".vim/bundle/vim-toml"]
|
||||
path = pack/plugins/start/vim-toml
|
||||
url = https://github.com/cespare/vim-toml.git
|
||||
[submodule ".vim/bundle/vim-sort-motion"]
|
||||
path = pack/plugins/start/vim-sort-motion
|
||||
url = https://github.com/christoomey/vim-sort-motion.git
|
||||
@ -22,15 +19,6 @@
|
||||
[submodule ".vim/bundle/vim-better-whitespace"]
|
||||
path = pack/plugins/start/vim-better-whitespace
|
||||
url = https://github.com/ntpeters/vim-better-whitespace.git
|
||||
[submodule ".vim/bundle/html5.vim"]
|
||||
path = pack/plugins/start/html5.vim
|
||||
url = https://github.com/othree/html5.vim.git
|
||||
[submodule ".vim/bundle/vim-javascript"]
|
||||
path = pack/plugins/start/vim-javascript
|
||||
url = https://github.com/pangloss/vim-javascript.git
|
||||
[submodule ".vim/bundle/vim-markdown"]
|
||||
path = pack/plugins/start/vim-markdown
|
||||
url = https://github.com/plasticboy/vim-markdown.git
|
||||
[submodule ".vim/bundle/vim-abolish"]
|
||||
path = pack/plugins/start/vim-abolish
|
||||
url = https://github.com/tpope/vim-abolish.git
|
||||
@ -88,3 +76,6 @@
|
||||
[submodule "pack/plugins/start/vim-rooter"]
|
||||
path = pack/plugins/start/vim-rooter
|
||||
url = https://github.com/airblade/vim-rooter.git
|
||||
[submodule "pack/plugins/start/vim-polyglot"]
|
||||
path = pack/plugins/start/vim-polyglot
|
||||
url = https://github.com/sheerun/vim-polyglot
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"powershell.integratedConsole.showOnStartup": false,
|
||||
"suggest.noselect": false,
|
||||
"suggest.snippetsSupport": false
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 7c9f6f38ce4f9d35db7eeedb764035b6b63922c6
|
@ -1 +0,0 @@
|
||||
Subproject commit 3dc959f098029fafcb9add91397cfb65184cf066
|
@ -1 +0,0 @@
|
||||
Subproject commit 8e5d86f7b85234d3d1b4207dceebc43a768ed5d4
|
1
pack/plugins/start/vim-polyglot
Submodule
1
pack/plugins/start/vim-polyglot
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 730dcb02caab60a6ae5d8b4bdc16d290041061ec
|
@ -1 +0,0 @@
|
||||
Subproject commit 3c5face8e8944a217af45bc5bb708ff7dfcf1a54
|
@ -43,6 +43,3 @@ let g:header_field_filename = 0
|
||||
" vim-interestingwords
|
||||
let g:interestingWordsGUIColors = ['#8ccbea', '#a4e57e', '#ffdb72', '#ff7272', '#ffb3ff', '#9999ff']
|
||||
let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222']
|
||||
|
||||
" vim-markdown
|
||||
let g:vim_markdown_folding_disabled = 1
|
||||
|
Loading…
Reference in New Issue
Block a user