Skip to content

Commit 42cc24b

Browse files
committed
Updated readme
1 parent 2feb771 commit 42cc24b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ It runs an instance of Neovim inside Qt Creator, so it's able to run your `init.
1111

1212
# Status
1313
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:
14-
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)
15-
2. It should use vim highlights for buffers that Qt Creator doens't support. (like vim helpfiles and many others.)
14+
1. It doesn't support splits nor windows
15+
1. It should use vim highlights for buffers that Qt Creator doesn't support. (like vim helpfiles and many others.)
1616

1717
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.)
1818

@@ -23,10 +23,10 @@ Please let me know if you find any problems and please contribute to this projec
2323

2424
If you build the head of master branch, then you can use qnvim only with your build, if you wanna use qnvim with the official release of Qt Creator you should checkout the tag that matches your installed Qt Creator.
2525

26-
2. Clone and compile https://github.com/equalsraf/neovim-qt
27-
3. Install devel package of msgpack.
28-
4. Open the `qnvim.pro` file as a project in your offical Qt Creator (not the one you built.)
29-
5. Setup locations to Qt Creator build and neovim-qt in `qnvim.pro` file.
26+
1. Clone and compile https://github.com/equalsraf/neovim-qt
27+
1. Install devel package of msgpack.
28+
1. Open the `qnvim.pro` file as a project in your offical Qt Creator (not the one you built.)
29+
1. Setup locations to Qt Creator build and neovim-qt in `qnvim.pro` file.
3030
Like this:
3131
```
3232
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = "<PATH_TO_QT_CREATOR_CLONED_REPO>"
@@ -42,12 +42,12 @@ INCLUDEPATH += /home_direcotry/packages/neovim-qt/src /usr/local/Cellar/msgpack/
4242
LIBS += -L/home_direcotry/packages/neovim-qt/build/lib -lneovim-qt -lneovim-qt-gui -L/usr/local/Cellar/msgpack/2.1.5/lib -lmsgpackc
4343
```
4444

45-
6. Setup locations to your Qt Creator build in Projects tab.
45+
1. Setup locations to your Qt Creator build in Projects tab.
4646
In the Qt Creator go to `Projects` Tab/Mode (you can select it in the left column) Active project should be `qnvim`, and in Build & Run `Desktop ...` should be selected. Under `Desktop ...` select `Run` and in the right side in the `Run` section set Executable to `<full path to>/qt-creator-build/bin/qtcreator` and working directory to `<full path to>/qt-creator-build/bin`
4747

48-
7. Build and run the project.
48+
1. Build and run the project.
4949

50-
8. Put the built library in the location that Qt Creator expects plugins (it varies based on your OS) and use the built Qt Creator instead of the official version. (Or if you checked out the tag that corresponds to your installed Qt Creator, then you can use your own installed Qt Creator.)
50+
1. Put the built library in the location that Qt Creator expects plugins (it varies based on your OS) and use the built Qt Creator instead of the official version. (Or if you checked out the tag that corresponds to your installed Qt Creator, then you can use your own installed Qt Creator.)
5151

5252
## Updating
5353

0 commit comments

Comments
 (0)