Skip to content

Commit

Permalink
Deploying to gh-pages from @ 64423a4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Nov 18, 2023
1 parent 1c9fb40 commit 3541a40
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
8 changes: 6 additions & 2 deletions plugins/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,15 @@ <h1 id="clap-plugins"><a class="header" href="#clap-plugins">Clap Plugins</a></h
</blockquote>
<p>Vim-Clap was originally a mere Vim fuzzy picker plugin, however, the integration of a robust Rust backend unveiled the potential to implement various additional functionalities effortlessly, for enjoyable experimentation and potential performance enhancements.</p>
<p>Note that the vim-Clap plugins were mainly created for the plugin author's personal uses, thus they may not be feature-complete as their alternatives. Bugs are expected as these plugins are not extensively tested, feel free to use if you are brave enough.</p>
<p>All the non-system plugins are disabled by default. To enable the plugins, you must create a <a href="./config.html">config file</a> first and set <code>enable = true</code> explicitly for the plugins in the config file.</p>
<p>You must enable the <code>g:clap_plugin_experimental</code> flag in your <code>.vimrc</code> and create a <a href="./config.html">config file</a> beforehand.</p>
<pre><code class="language-vim">&quot; Specify this variable to enable the plugin feature.
let g:clap_plugin_experimental = v:true
</code></pre>
<p>All the non-system plugins are disabled by default. To enable the plugins, you need to set <code>enable = true</code> explicitly for the plugins in the config file.</p>
<pre><code class="language-toml">[plugin.git]
enable = true
</code></pre>
<p>Check out <a href="./plugins.html">Available Plugins</a> for more info.</p>
<p>Check out <a href="./plugins.html">Available Plugins</a> for detailed introduction to the plugins. Try <code>:Clap clap_actions</code> to take a look at the existing actions.</p>

</main>

Expand Down
6 changes: 6 additions & 0 deletions plugins/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ <h1 id="available-plugins"><a class="header" href="#available-plugins">Available
<li><a href="#git">git</a></li>
<li><a href="#linter">linter</a></li>
<li><a href="#markdown">markdown</a></li>
<li><a href="#syntax">syntax</a></li>
</ul>
<!-- /clap-markdown-toc -->
<h2 id="colorizer"><a class="header" href="#colorizer">colorizer</a></h2>
Expand Down Expand Up @@ -254,6 +255,11 @@ <h2 id="markdown"><a class="header" href="#markdown">markdown</a></h2>
</ul>
</li>
</ul>
<h2 id="syntax"><a class="header" href="#syntax">syntax</a></h2>
<pre><code class="language-toml">[plugin.syntax]
enable = true
</code></pre>
<p>This plugin implements the sublime-syntax and tree-sitter highlighting. The plugin author already uses the latter a lot.</p>

</main>

Expand Down
14 changes: 12 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,15 @@ <h3 id="extended-search-syntax"><a class="header" href="#extended-search-syntax"
</blockquote>
<p>Vim-Clap was originally a mere Vim fuzzy picker plugin, however, the integration of a robust Rust backend unveiled the potential to implement various additional functionalities effortlessly, for enjoyable experimentation and potential performance enhancements.</p>
<p>Note that the vim-Clap plugins were mainly created for the plugin author's personal uses, thus they may not be feature-complete as their alternatives. Bugs are expected as these plugins are not extensively tested, feel free to use if you are brave enough.</p>
<p>All the non-system plugins are disabled by default. To enable the plugins, you must create a <a href="plugins/./config.html">config file</a> first and set <code>enable = true</code> explicitly for the plugins in the config file.</p>
<p>You must enable the <code>g:clap_plugin_experimental</code> flag in your <code>.vimrc</code> and create a <a href="plugins/./config.html">config file</a> beforehand.</p>
<pre><code class="language-vim">&quot; Specify this variable to enable the plugin feature.
let g:clap_plugin_experimental = v:true
</code></pre>
<p>All the non-system plugins are disabled by default. To enable the plugins, you need to set <code>enable = true</code> explicitly for the plugins in the config file.</p>
<pre><code class="language-toml">[plugin.git]
enable = true
</code></pre>
<p>Check out <a href="plugins/./plugins.html">Available Plugins</a> for more info.</p>
<p>Check out <a href="plugins/./plugins.html">Available Plugins</a> for detailed introduction to the plugins. Try <code>:Clap clap_actions</code> to take a look at the existing actions.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
<p>User config file is loaded from:</p>
<ul>
Expand Down Expand Up @@ -578,6 +582,7 @@ <h3 id="extended-search-syntax"><a class="header" href="#extended-search-syntax"
<li><a href="plugins/plugins.html#git">git</a></li>
<li><a href="plugins/plugins.html#linter">linter</a></li>
<li><a href="plugins/plugins.html#markdown">markdown</a></li>
<li><a href="plugins/plugins.html#syntax">syntax</a></li>
</ul>
<!-- /clap-markdown-toc -->
<h2 id="colorizer"><a class="header" href="#colorizer">colorizer</a></h2>
Expand Down Expand Up @@ -641,6 +646,11 @@ <h2 id="markdown"><a class="header" href="#markdown">markdown</a></h2>
</ul>
</li>
</ul>
<h2 id="syntax"><a class="header" href="#syntax">syntax</a></h2>
<pre><code class="language-toml">[plugin.syntax]
enable = true
</code></pre>
<p>This plugin implements the sublime-syntax and tree-sitter highlighting. The plugin author already uses the latter a lot.</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3541a40

Please sign in to comment.