Skip to content

Commit

Permalink
deploy: 9eb6159
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Sep 8, 2024
1 parent 249ed4e commit 88510e8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -23165,7 +23165,7 @@
</span>
</dt>
<dd>
<p>Find files [Telescope]</p>
<p>Find projects [Telescope]</p>

<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
Expand Down Expand Up @@ -23509,6 +23509,30 @@
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&lt;leader&gt;ft&quot;</code></p>

<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/notashelf/nvf/blob/main/modules/plugins/utility/telescope/telescope.nix" target="_top">
&lt;nvf/modules/plugins/utility/telescope/telescope.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.telescope.mappings.resume"></a><a class="term" href="options.html#opt-vim.telescope.mappings.resume"><code class="option">vim.telescope.mappings.resume</code>
</a>
</span>
</dt>
<dd>
<p>Resume (previous search) [Telescope]</p>

<p><span class="emphasis"><em>Type:</em></span>
null or string</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&lt;leader&gt;fr&quot;</code></p>

<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
Expand Down
2 changes: 1 addition & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
closure. Both of those scripts have been automatically added to your PATH upon
using neovimConfig or <code class="literal">programs.nvf.enable</code>.</p><div class="itemizedlist"><ul class="itemizedlist compact" style="list-style-type: circle;"><li class="listitem"><p><code class="literal">nvf-print-config</code> will display your <code class="literal">init.lua</code>, in full.</p></li><li class="listitem"><p><code class="literal">nvf-print-config-path</code> will display the path to <span class="emphasis"><em>a clone</em></span> of your
<code class="literal">init.lua</code>. This is not the path used by the Neovim wrapper, but an
identical clone.</p></li></ul></div></li></ul></div>
identical clone.</p></li></ul></div></li></ul></div><p><a class="link" href="https://github.com/ppenguin" target="_top">ppenguin</a>:</p><div class="itemizedlist"><ul class="itemizedlist compact" style="list-style-type: disc;"><li class="listitem"><p>Telescope:</p><div class="itemizedlist"><ul class="itemizedlist compact" style="list-style-type: circle;"><li class="listitem"><p>Fixed <code class="literal">project-nvim</code> command and keybinding</p></li><li class="listitem"><p>Added default ikeybind/command for <code class="literal">Telescope resume</code> (<code class="literal">&lt;leader&gt;fr</code>)</p></li></ul></div></li></ul></div>
</div>

</div>
Expand Down

0 comments on commit 88510e8

Please sign in to comment.