Skip to content

Commit

Permalink
deploy: cb7ff87
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Sep 16, 2024
1 parent 8515bed commit 1378d6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -11474,7 +11474,7 @@
package or list of string</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&lt;derivation pyright-1.1.378&gt;</code></p>
<code class="literal">&lt;derivation basedpyright-1.17.4&gt;</code></p>

<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;[lib.getExe pkgs.jdt-language-server \&quot;-data\&quot; \&quot;~/.cache/jdtls/workspace\&quot;]&quot;</code></p>
Expand All @@ -11498,10 +11498,10 @@
<p>Python LSP server to use</p>

<p><span class="emphasis"><em>Type:</em></span>
value “pyright” (singular enum)</p>
one of “basedpyright”, “pyright”, “python-lsp-server”</p>

<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;pyright&quot;</code></p>
<code class="literal">&quot;basedpyright&quot;</code></p>

<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
Expand Down
4 changes: 3 additions & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@
controlling the default behaviour of the <code class="literal">nvim-navic</code> component on Lualine,
which used to occupy <code class="literal">winbar.lualine_c</code> as long as breadcrumbs are enabled.</p></li><li class="listitem"><p><code class="literal">vim.ui.breadcrumbs.alwaysRender</code> has been renamed to
<a class="xref" href="options.html#opt-vim.ui.breadcrumbs.lualine.winbar.alwaysRender" ><code class="option">vim.ui.breadcrumbs.lualine.winbar.alwaysRender</code></a> to be conform to the
new format.</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>
new format.</p></li></ul></div></li><li class="listitem"><p>Add <a class="link" href="https://github.com/detachhead/basedpyright" target="_top">basedpyright</a> as a Python LSP
server and make it default.</p></li><li class="listitem"><p>Add <a class="link" href="https://github.com/python-lsp/python-lsp-server" target="_top">python-lsp-server</a> as an
additional Python LSP server.</p></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 1378d6e

Please sign in to comment.