roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

`set noshowmode` showing unnecessary information #182

Closed bedax closed 6 years ago

bedax commented 6 years ago

Versions

Neovim: 0.2.3-455-gbc17ad31d (latest as of 2018/01/18) NCM: (latest as of 2018/01/18) OS: Debian Stretch

Minimal vimrc

" using vim-plug
call plug#begin('~/.local/share/nvim/plugged')
Plug 'roxma/nvim-completion-manager.git'
call plug#end()

set noshowmode

Demo

ncm-noshowmode

Description

If you look at the bottom left of the above demo, you can see that unnecessary information is shown as the user types.


Regardless, thank you for the excellent plug-in.

Shougo commented 6 years ago

set shortmess+=c

It is not nvim-completion-manager problem.

bedax commented 6 years ago

Ah okay, thanks for the reply.

Edit: might be worth adding to the FAQ, by the way.