neovim / nvim-lspconfig

Quickstart configs for Nvim LSP
Apache License 2.0
10.64k stars 2.08k forks source link

Is it possible to use it in command editing mode? #103

Closed kuator closed 4 years ago

kuator commented 4 years ago

Is it possible to use it in command editing mode q:, q/, q?? The gif on the main page shows how you substitute in command-editing mode. But it doesn't seem to work on my vim instance.

mkdir -p /tmp/issue && cd /tmp/issue/
git clone https://github.com/osyo-manga/vim-over

minimal.init:

set runtimepath^=/tmp/issue/vim-over/
filetype plugin on
set hlsearch
set incsearch

nvim -u minimal.init somefile.txt

kuator commented 4 years ago

I am extremely sorry, wrong repository