mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-12-04 02:35:02 -05:00
Remove the deprecated incsearch plugin
This commit is contained in:
parent
e082752ba0
commit
8608f0b3bf
4 changed files with 0 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -43,9 +43,6 @@
|
||||||
[submodule "vim/bundle/tabular"]
|
[submodule "vim/bundle/tabular"]
|
||||||
path = vim/bundle/tabular
|
path = vim/bundle/tabular
|
||||||
url = https://github.com/godlygeek/tabular
|
url = https://github.com/godlygeek/tabular
|
||||||
[submodule "vim/bundle/incsearch.vim"]
|
|
||||||
path = vim/bundle/incsearch.vim
|
|
||||||
url = https://github.com/haya14busa/incsearch.vim
|
|
||||||
[submodule "vim/bundle/vim-unimpaired"]
|
[submodule "vim/bundle/vim-unimpaired"]
|
||||||
path = vim/bundle/vim-unimpaired
|
path = vim/bundle/vim-unimpaired
|
||||||
url = https://github.com/tpope/vim-unimpaired.git
|
url = https://github.com/tpope/vim-unimpaired.git
|
||||||
|
|
|
@ -156,7 +156,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
||||||
* [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
|
||||||
* [vim-hug-neovim-rpc](https://github.com/roxma/vim-hug-neovim-rpc): A compatibility layer for neovim rpc client working on vim8
|
* [vim-hug-neovim-rpc](https://github.com/roxma/vim-hug-neovim-rpc): A compatibility layer for neovim rpc client working on vim8
|
||||||
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim that auto-configures certain settings when a .editorconfig file is present
|
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim that auto-configures certain settings when a .editorconfig file is present
|
||||||
* [incsearch.vim](https://github.com/haya14busa/incsearch.vim): Improved incremental searching for Vim.
|
|
||||||
* [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim.
|
* [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim.
|
||||||
* [lightline-ale](https://github.com/maximbaz/lightline-ale): Provides ALE indicator for the lightline vim plugin.
|
* [lightline-ale](https://github.com/maximbaz/lightline-ale): Provides ALE indicator for the lightline vim plugin.
|
||||||
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
|
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c83de6d1ac31d173d7c3ffee0ad61dc643ee4f08
|
|
|
@ -1,7 +0,0 @@
|
||||||
"use incsearch in place of the default search
|
|
||||||
map / <Plug>(incsearch-forward)
|
|
||||||
map ? <Plug>(incsearch-backward)
|
|
||||||
map g/ <Plug>(incsearch-stay)
|
|
||||||
|
|
||||||
"n and N behavioru is consistant
|
|
||||||
let g:incsearch#consistent_n_direction = 1
|
|
Loading…
Reference in a new issue