Skip to content

Releases: sassanh/qnvim

Version 1.0.1

15 Jul 10:07
0515ad5
Compare
Choose a tag to compare
  • 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

05 Jun 13:32
739d12b
Compare
Choose a tag to compare
  • Migrated ~/.qnvimrc to $XDG_CONFIG_HOME/nvim/qnvim.vim

Version 0.4.0

28 Apr 20:43
2da58af
Compare
Choose a tag to compare

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