Remove the deprecated incsearch plugin

This commit is contained in:
Kevin MacMartin 2024-03-01 23:58:12 -05:00
parent ae22d6f06c
commit a07f16f3e4
4 changed files with 0 additions and 12 deletions

3
.gitmodules vendored
View file

@ -34,9 +34,6 @@
[submodule "vim/bundle/tabular"]
path = vim/bundle/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"]
path = vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git

View file

@ -124,7 +124,6 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the
* [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
* [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-ale](https://github.com/maximbaz/lightline-ale): Provides ALE indicator for the lightline vim plugin
* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim

@ -1 +0,0 @@
Subproject commit c83de6d1ac31d173d7c3ffee0ad61dc643ee4f08

View file

@ -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