Skip to content

Commit

Permalink
Merge pull request #9 from sassanh/compatible_with_neovim_master
Browse files Browse the repository at this point in the history
New features that Neovim has not released yet
  • Loading branch information
sassanh committed Apr 28, 2019
2 parents 75d50f8 + c4701da commit 2da58af
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 105 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--

## 0

### 0.4.0 2019-04-29

- Started writing `CHANGELOG.md`
- Added `ext_messages` so now `echo` and its family are supported (considering
we already had `ext_cmdline`, cmdline should be all supported)
- Added tooltip for cmdline so that in case of big messages user can see the
whole message by hovering the mouse over it


--
4 changes: 2 additions & 2 deletions QNVim.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
\"Name\" : \"QNVim\",
\"Version\" : \"0.3.0\",
\"CompatVersion\" : \"0.3.0\",
\"Version\" : \"0.4.0\",
\"CompatVersion\" : \"0.4.0\",
\"Vendor\" : \"Sassan Haradji\",
\"Copyright\" : \"(C) Sassan Haradji\",
\"License\" : \"MIT\",
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Note
Latest version is available in `compatible_with_neovim_master` branch,
it's compatible with master branch of neovim and requires features introduced
in that branch. `master` branch is frozen until neovim releases those features
and work is done on `compatible_with_neovim_master`.

# What's qnvim
qnvim helps those who are used to editing text in vim and also need Qt Creator features to combine these two.

Expand All @@ -18,7 +12,7 @@ It runs an instance of Neovim inside Qt Creator, so it's able to run your `init.
# Status
It's in beta but it's mostly stable and usable, for last few months I've been using Qt Creator only with this plugin with no pain. Currently these are the known issues:
1. It can't show some special buffers (buffer types like quickfix, special buffers some plugins create, etc, plugins such as gundo, tagbar, gitgutter, etc)
2. `wrap` doesn't work alright (just a minor display problem, it's due to lake of a feature in neovim, described in this issue: https://github.com/neovim/neovim/issues/8037).
2. It should use vim highlights for buffers that Qt Creator doens't support. (like vim helpfiles and many others.)

All my 149 plugins installed in neovim work alright except a few that relate on highlights (Qt Creator highlights C++ and QML better than any vim plugin, so it's totally alright.) and those that rely on special buffers. (Work is in progress to handle all types of buffers.)

Expand Down
Loading

0 comments on commit 2da58af

Please sign in to comment.