mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:30:03 +08:00
23 lines
1020 B
Plaintext
23 lines
1020 B
Plaintext
*xmake.txt* xmake support in vim
|
|
Wang Shidong *xmake*
|
|
|
|
==============================================================================
|
|
CONTENTS *xmake-contents*
|
|
1. Introduction................................................|xmake-intro|
|
|
2. Commands.................................................|xmake-commands|
|
|
|
|
==============================================================================
|
|
INTRODUCTION *xmake-intro*
|
|
|
|
xmake.vim is a plugin for using xmake in vim and neovim. This plugin requires
|
|
SpaceVim API and |job| support.
|
|
|
|
==============================================================================
|
|
COMMANDS *xmake-commands*
|
|
|
|
:XMake *:XMake*
|
|
Run `xmake` command based on provided arguments.
|
|
|
|
|
|
vim:tw=78:ts=8:ft=help:norl:
|