From b83062266780008623d86b0a39f0d929a806a03d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 19 Nov 2020 16:17:31 -0500 Subject: [PATCH] Remove cosco as I never actually used it, and fix the link to the darkcloud polyglot fork --- .gitmodules | 3 --- README.md | 3 +-- vim/bundle/cosco.vim | 1 - vim/config/keyboard.vim | 4 ---- 4 files changed, 1 insertion(+), 10 deletions(-) delete mode 160000 vim/bundle/cosco.vim diff --git a/.gitmodules b/.gitmodules index c727970..d027ca4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,9 +103,6 @@ [submodule "vim/bundle/editorconfig-vim"] path = vim/bundle/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim -[submodule "vim/bundle/cosco.vim"] - path = vim/bundle/cosco.vim - url = https://github.com/lfilho/cosco.vim [submodule "vim/bundle/splitjoin.vim"] path = vim/bundle/splitjoin.vim url = https://github.com/AndrewRadev/splitjoin.vim diff --git a/README.md b/README.md index d1bdf85..ead48ac 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [ale](https://github.com/w0rp/ale): Asynchronous Lint Engine * [autoswap.vim](https://github.com/vim-scripts/autoswap.vim): Switch to open editor window instead of asking what to do with swapfile. -* [cosco.vim](https://github.com/lfilho/cosco.vim): VIM colon and semicolon insertion bliss * [deoplete.nvim](https://github.com/Shougo/deoplete.nvim): Dark powered asynchronous completion framework for neovim/Vim8 * [neco-syntax](https://github.com/Shougo/neco-syntax): Syntax source for neocomplete/deoplete/ncm * [nvim-yarp](https://github.com/roxma/nvim-yarp): Yet Another Remote Plugin Framework for Neovim @@ -192,7 +191,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [vim-fugitive](https://github.com/tpope/vim-fugitive): A wrapper integrating git into vim in such a way as to provide features neither of them could offer on their own. * [vim-move](https://github.com/matze/vim-move): Provides a few convenient ways to move selected text. * [vim-pathogen](https://github.com/tpope/vim-pathogen): A plugin to load other plugins while keeping them isolated in their own directory structure rather than all dumped together. -* [vim-polyglot](https://github.com/prurigro/vim-polyglot): The darkcloud-vimconfig fork of a meta-package that attempts to provide the best syntax plugins for each file type. +* [vim-polyglot-darkcloud](https://github.com/prurigro/vim-polyglot-darkcloud): The darkcloud-vimconfig fork of a meta-package that attempts to provide the best syntax plugins for each file type. * [vim-signify](https://github.com/mhinz/vim-signify): When a version controlled file is changed, this displays a column showing where and how, and allows for navigation to and between differences. * [vim-surround](https://github.com/tpope/vim-surround): Provides functionality to exchange surrounding delimiters and xml-style tags with another, or simply remove them. * [vim-repeat](https://github.com/tpope/vim-repeat): A library used by vim-surround to allow its delimiter-switching functions to be repeated with the `.` command. diff --git a/vim/bundle/cosco.vim b/vim/bundle/cosco.vim deleted file mode 160000 index 5752622..0000000 --- a/vim/bundle/cosco.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5752622192d9b27b3a5a274a5455613b56df6386 diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 885f77b..3be7968 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -187,7 +187,6 @@ " | (N) -> un-indent the current line " < | (V) -> un-indent all the lines currently selected " < | (N) -> un-indent the current line -" ;; | (N) -> (cosco.vim) add comma/semicolon to the eol " " (movement) " = | (N) -> go to the first char on the next line @@ -705,9 +704,6 @@ nnoremap v vnoremap < < v - - "add comma or semicolon to the end of the line - nmap ;; (cosco-commaOrSemiColon) "} "MOVEMENT:{