From f9ffbe4e5a97f0f6dafee3d28ed4ebdb9fb11d32 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 11 Mar 2018 20:08:14 -0400 Subject: [PATCH] Update submodules and remove vim-bookmarks --- .gitmodules | 3 --- README.md | 1 - vim/bundle/vim-bookmarks | 1 - vim/bundle/vim-polyglot-darkcloud | 2 +- vim/colors/darkcloud.vim | 3 --- vim/config/plugins/vim-bookmarks.vim | 2 -- 6 files changed, 1 insertion(+), 11 deletions(-) delete mode 160000 vim/bundle/vim-bookmarks delete mode 100644 vim/config/plugins/vim-bookmarks.vim diff --git a/.gitmodules b/.gitmodules index 7e82801..5a03ac5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 55ccc8f..5a32a9f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vim/bundle/vim-bookmarks b/vim/bundle/vim-bookmarks deleted file mode 160000 index 3adeae1..0000000 --- a/vim/bundle/vim-bookmarks +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3adeae10639edcba29ea80dafa1c58cf545cb80e diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index aecd4c1..a0d2b84 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit aecd4c1b3fe5547d97da3f2649854d218d7ea63f +Subproject commit a0d2b842d17a8df755c478124fb1d3a60d2420a6 diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 8dc3b91..627fb9e 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -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 diff --git a/vim/config/plugins/vim-bookmarks.vim b/vim/config/plugins/vim-bookmarks.vim deleted file mode 100644 index bb04aa0..0000000 --- a/vim/config/plugins/vim-bookmarks.vim +++ /dev/null @@ -1,2 +0,0 @@ -let g:bookmark_sign = '★' -let g:bookmark_annotation_sign = '📌'