mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove the deprecated incsearch plugin
This commit is contained in:
parent
ae22d6f06c
commit
a07f16f3e4
4 changed files with 0 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -34,9 +34,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
|
||||||
|
|
|
@ -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
|
* [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
|
||||||
* [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
|
||||||
* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim
|
* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim
|
||||||
|
|
|
@ -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