mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Update submodules and remove vim-bookmarks
This commit is contained in:
parent
032ad3197a
commit
f9ffbe4e5a
6 changed files with 1 additions and 11 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -103,9 +103,6 @@
|
|||
[submodule "vim/bundle/rename.vim"]
|
||||
path = vim/bundle/rename.vim
|
||||
url = https://github.com/danro/rename.vim.git
|
||||
[submodule "vim/bundle/vim-bookmarks"]
|
||||
path = vim/bundle/vim-bookmarks
|
||||
url = https://github.com/MattesGroeger/vim-bookmarks.git
|
||||
[submodule "vim/bundle/ReplaceWithRegister"]
|
||||
path = vim/bundle/ReplaceWithRegister
|
||||
url = https://github.com/prurigro/ReplaceWithRegister.git
|
||||
|
|
|
@ -179,7 +179,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [tcommand_vim](https://github.com/tomtom/tcommand_vim): Select commands, menu items etc. from a list.
|
||||
* [tlib_vim](https://github.com/tomtom/tlib_vim): Some utility functions for VIM.
|
||||
* [tcomment_vim](https://github.com/tomtom/tcomment_vim): File-type sensible comments that can be easily toggled on and off for blocks of text.
|
||||
* [vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks): Bookmark or annotate lines and quickly navigate between them.
|
||||
* [vim-easytags](https://github.com/xolox/vim-easytags): Automated tag file generation and syntax highlighting of tags in Vim.
|
||||
* [vim-misc](https://github.com/xolox/vim-misc): Miscellaneous auto-load Vim scripts required by vim-easytags.
|
||||
* [vim-extradite](https://github.com/int3/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3adeae10639edcba29ea80dafa1c58cf545cb80e
|
|
@ -1 +1 @@
|
|||
Subproject commit aecd4c1b3fe5547d97da3f2649854d218d7ea63f
|
||||
Subproject commit a0d2b842d17a8df755c478124fb1d3a60d2420a6
|
|
@ -481,9 +481,6 @@ hi SpellLocal guisp=NONE gui=NONE guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NON
|
|||
"}}}
|
||||
|
||||
"MISC: {{{
|
||||
"bookmarks
|
||||
call s:X("BookmarkSign","#87d7ff","","bold","Blue","")
|
||||
|
||||
"email
|
||||
hi! link mailHeaderKey Identifier
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
let g:bookmark_sign = '★'
|
||||
let g:bookmark_annotation_sign = '📌'
|
Loading…
Reference in a new issue