mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
Delete autoswap.vim as this doesn't work in tmux where I use vim the most
This commit is contained in:
parent
c5c126ad12
commit
c71e04e385
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -40,9 +40,6 @@
|
||||||
[submodule "vim/bundle/vim-repeat"]
|
[submodule "vim/bundle/vim-repeat"]
|
||||||
path = vim/bundle/vim-repeat
|
path = vim/bundle/vim-repeat
|
||||||
url = https://github.com/tpope/vim-repeat.git
|
url = https://github.com/tpope/vim-repeat.git
|
||||||
[submodule "vim/bundle/autoswap.vim"]
|
|
||||||
path = vim/bundle/autoswap.vim
|
|
||||||
url = https://github.com/vim-scripts/autoswap.vim.git
|
|
||||||
[submodule "vim/bundle/vim-polyglot-darkcloud"]
|
[submodule "vim/bundle/vim-polyglot-darkcloud"]
|
||||||
path = vim/bundle/vim-polyglot-darkcloud
|
path = vim/bundle/vim-polyglot-darkcloud
|
||||||
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
|
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
|
||||||
|
|
|
@ -158,7 +158,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
||||||
## Plugins ##
|
## Plugins ##
|
||||||
|
|
||||||
* [ale](https://github.com/w0rp/ale): Asynchronous Lint Engine
|
* [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.
|
|
||||||
* [deoplete.nvim](https://github.com/Shougo/deoplete.nvim): Dark powered asynchronous completion framework for neovim/Vim8
|
* [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
|
* [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
|
* [nvim-yarp](https://github.com/roxma/nvim-yarp): Yet Another Remote Plugin Framework for Neovim
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7f1f077e92a71bce703b00de06690c1aa41fce34
|
|
Loading…
Reference in a new issue