You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ It runs an instance of Neovim inside Qt Creator, so it's able to run your `init.
11
11
12
12
# Status
13
13
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.)
16
16
17
17
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.)
18
18
@@ -23,10 +23,10 @@ Please let me know if you find any problems and please contribute to this projec
23
23
24
24
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.
25
25
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.
6. Setup locations to your Qt Creator build in Projects tab.
45
+
1. Setup locations to your Qt Creator build in Projects tab.
46
46
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`
47
47
48
-
7. Build and run the project.
48
+
1. Build and run the project.
49
49
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.)
0 commit comments