瀏覽代碼

feat(more_plugins): Add `xmake.nvim` @Mythos_404 (#140)

Mythos_404 2 年之前
父節點
當前提交
b441e263c6
共有 8 個文件被更改,包括 35 次插入1 次删除
  1. 4 0
      README.md
  2. 1 0
      about/awesome.md
  3. 4 0
      getting_started.md
  4. 8 0
      plugin/more_plugins.md
  5. 4 0
      zh-cn/README.md
  6. 1 0
      zh-cn/about/awesome.md
  7. 4 0
      zh-cn/getting_started.md
  8. 9 1
      zh-cn/plugin/more_plugins.md

+ 4 - 0
README.md

@@ -546,6 +546,10 @@ Please download and install other plugins from the plugins repository [xmake-plu
 
 <img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
 
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (third-party, thanks [@Mythos_404](https://github.com/Mythos-404))
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
+
 * [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
 * [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))
 * [xmake-qtcreator](https://github.com/Arthapz/xmake-project-manager) (third-party, thanks [@Arthapz](https://github.com/Arthapz))

+ 1 - 0
about/awesome.md

@@ -61,6 +61,7 @@
 * [xmake-sublime](https://github.com/xmake-io/xmake-sublime): A Sublime Text 2/3 plugin for Xmake.
 * [xmake-idea](https://github.com/xmake-io/xmake-idea): A Intellij-IDEA plugin for Xmake.
 * [xmake.vim](https://github.com/luzhlon/xmake.vim): (third-party, thanks [@luzhlon](https://github.com/luzhlon)).
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (third-party, thanks [@Mythos_404](https://github.com/Mythos-404))
 * [xmake-gradle](https://github.com/xmake-io/xmake-gradle): A gradle plugin that integrates xmake seamlessly.
 * [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886)).
 * [xmake-qtcreator](https://github.com/Arthapz/xmake-project-manager) (third-party, thanks [@Arthapz](https://github.com/Arthapz)).

+ 4 - 0
getting_started.md

@@ -457,6 +457,10 @@ Please download and install more other plugins from the plugins repository [xmak
 
 <img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
 
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (third-party, thanks [@Mythos_404](https://github.com/Mythos-404))
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
+
 * [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
 
 * [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))

+ 8 - 0
plugin/more_plugins.md

@@ -171,6 +171,14 @@ Also, since the compile_commands.json generated by XMake is in the .vscode direc
 
 * [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
 
+## Neovim Plugin
+
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (third-party, thanks [@Mythos_404](https://github.com/Mythos-404))
+
+The plugin provides easy-to-use configuration UI and auto-generation of *compile_commands.json* files
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
+
 ## Gradle Plugin (JNI)
 
 * [xmake-gradle](https://github.com/xmake-io/xmake-gradle): A gradle plugin that integrates xmake seamlessly

+ 4 - 0
zh-cn/README.md

@@ -505,6 +505,10 @@ $ xmake l
 
 <img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
 
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (第三方开发, 感谢[@Mythos_404](https://github.com/Mythos-404))
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
+
 * [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
 
 * [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))

+ 1 - 0
zh-cn/about/awesome.md

@@ -59,6 +59,7 @@
 * [xmake-sublime](https://github.com/xmake-io/xmake-sublime): Sublime Text 2/3 编辑器插件
 * [xmake-idea](https://github.com/xmake-io/xmake-idea): Intellij-IDEA/CLion/Android Studio等IDE插件
 * [xmake.vim](https://github.com/luzhlon/xmake.vim): 第三方vim插件, 感谢[@luzhlon](https://github.com/luzhlon)
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (第三方neovim插件, 感谢[@Mythos_404](https://github.com/Mythos-404))
 * [xmake-gradle](https://github.com/xmake-io/xmake-gradle): 一个无缝集成xmake的gradle开发插件
 * [xmake-visualstudio](https://github.com/HelloWorld886/xmake-visualstudio) (third-party, thanks [@HelloWorld886](https://github.com/HelloWorld886))
 * [xmake-qtcreator](https://github.com/Arthapz/xmake-project-manager) (third-party, thanks [@Arthapz](https://github.com/Arthapz))

+ 4 - 0
zh-cn/getting_started.md

@@ -290,6 +290,10 @@ $ xmake l
 
 <img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
 
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (第三方开发, 感谢[@Mythos_404](https://github.com/Mythos-404))
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
+
 * [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
 
 * [xmake-gradle](https://github.com/xmake-io/xmake-gradle): 一个无缝整合xmake的gradle插件

+ 9 - 1
zh-cn/plugin/more_plugins.md

@@ -174,7 +174,15 @@ $ xmake project -k compile_commands .vscode
 
 ## Vim 插件
 
-* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
+* [xmake.vim](https://github.com/luzhlon/xmake.vim) (第三方开发, 感谢[@luzhlon](https://github.com/luzhlon))
+
+## Neovim 插件
+
+* [xmake.nvim](https://github.com/Mythos-404/xmake.nvim) (第三方开发, 感谢[@Mythos_404](https://github.com/Mythos-404))
+
+该插件提供了易用的配置UI和自动生成*compile_commands.json*文件
+
+<img src="https://raw.githubusercontent.com/Mythos-404/xmake.nvim/main/assets/XmakePreview.gif" width="650px" />
 
 ## Gradle插件(JNI)