Releases: sassanh/qnvim
Releases · sassanh/qnvim
Version 1.0.1
- We're now using
nvim_buf_set_lines
to apply changes that happen in Qt Creator side instead of patching neovim buffer. It should make things like auto-completion from Qt Creator side much more stable. - Now mutli-line messages are shown correctly in status-bar
Version 1.0.0
- Migrated
~/.qnvimrc
to$XDG_CONFIG_HOME/nvim/qnvim.vim
Version 0.4.0
New features in this version:
- Support of special buffers
- Support of terminals
- Showing messages properly with
ext_messages
(earlier versions missed a lot of messages) - Some bug fixes