mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
deploy: 29de5b56c0
This commit is contained in:
parent
2f10ace884
commit
d6ff7ca161
2 changed files with 81 additions and 67 deletions
|
@ -173,30 +173,30 @@ Fixed presence.nvim inheriting the wrong client id
|
|||
</li><li class="listitem">
|
||||
Cleaned up documentation
|
||||
</li></ul></div></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-release-0.5"></a>B.5. Release 0.5</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-0.5-changelog"></a>B.5.1. Changelog</h3></div></div></div><p><a class="link" href="https://github.com/vagahbond" target="_top">vagahbond</a>:
|
||||
* Added phan language server for PHP.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added phpactor language server for PHP.
|
||||
* Added phan language server for PHP</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added phpactor language server for PHP
|
||||
</li></ul></div><p><a class="link" href="https://github.com/horriblename" target="_top">horriblename</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added transparency support for tokyonight theme.
|
||||
Added transparency support for tokyonight theme
|
||||
</li><li class="listitem">
|
||||
Fixed a bug where cmp’s close and scrollDocs mappings wasn’t working.
|
||||
Fixed a bug where cmp’s close and scrollDocs mappings wasn’t working
|
||||
</li><li class="listitem">
|
||||
Streamlined and simplified extra plugin API with the addition of <a class="xref" href="options.html#opt-vim.extraPlugins"><code class="option">vim.extraPlugins</code></a>
|
||||
</li><li class="listitem">
|
||||
Allow using command names in place of LSP packages to avoid automatic installation.
|
||||
Allow using command names in place of LSP packages to avoid automatic installation
|
||||
</li><li class="listitem">
|
||||
Add lua LSP and treesitter support, and neodev.nvim plugin support.
|
||||
Add lua LSP and treesitter support, and neodev.nvim plugin support
|
||||
</li></ul></div><p><a class="link" href="https://github.com/amanse" target="_top">amanse</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added daily notes options for obsidian plugin.
|
||||
Added daily notes options for obsidian plugin
|
||||
</li><li class="listitem">
|
||||
Added jdt-language-server for Java.
|
||||
Added jdt-language-server for Java
|
||||
</li></ul></div><p><a class="link" href="https://github.com/yavko" target="_top">yavko</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added Deno Language Server for javascript/typescript
|
||||
</li><li class="listitem">
|
||||
Added support for multiple languages <a class="xref" href="options.html#opt-vim.spellChecking.languages"><code class="option">vim.spellChecking.languages</code></a>, and added vim-dirtytalk <a class="xref" href="options.html#opt-vim.spellChecking.enableProgrammingWordList"><code class="option">vim.spellChecking.enableProgrammingWordList</code></a>
|
||||
</li></ul></div><p><a class="link" href="https://github.com/FrothyMarrow" target="_top">frothymarrow</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Renamed <code class="literal">vim.visuals.cursorWordline</code> to <a class="xref" href="options.html#opt-vim.visuals.cursorline.enable"><code class="option">vim.visuals.cursorline.enable</code></a>.
|
||||
Renamed <code class="literal">vim.visuals.cursorWordline</code> to <a class="xref" href="options.html#opt-vim.visuals.cursorline.enable"><code class="option">vim.visuals.cursorline.enable</code></a>
|
||||
</li><li class="listitem">
|
||||
Added <a class="xref" href="options.html#opt-vim.visuals.cursorline.lineNumbersOnly"><code class="option">vim.visuals.cursorline.lineNumbersOnly</code></a> to display cursorline only in the presence of line numbers.
|
||||
Added <a class="xref" href="options.html#opt-vim.visuals.cursorline.lineNumbersOnly"><code class="option">vim.visuals.cursorline.lineNumbersOnly</code></a> to display cursorline only in the presence of line numbers
|
||||
</li></ul></div><p><a class="link" href="https://github.com/notashelf" target="_top">notashelf</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added GitHub Copilot to nvim-cmp completion sources.
|
||||
</li><li class="listitem">
|
||||
|
@ -216,7 +216,9 @@ Added lsp_lines plugin for showing diagnostic messages
|
|||
</li><li class="listitem">
|
||||
Added a configuration option for choosing the leader key
|
||||
</li><li class="listitem">
|
||||
The package used for neovim is now customizable by the user, using <a class="xref" href="options.html#opt-vim.package"><code class="option">vim.package</code></a>. For best results, always use an unwrapped package.
|
||||
The package used for neovim is now customizable by the user, using <a class="xref" href="options.html#opt-vim.package"><code class="option">vim.package</code></a>. For best results, always use an unwrapped package
|
||||
</li><li class="listitem">
|
||||
Added highlight-undo plugin for highlighting undo/redo targets
|
||||
</li></ul></div><p><a class="link" href="https://github.com/jacekpoz" target="_top">jacekpoz</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Fixed scrollOffset not being used
|
||||
</li><li class="listitem">
|
||||
|
@ -227,4 +229,6 @@ Disabled <code class="literal">useSystemClipboard</code> by default
|
|||
Add support to change mappings to utility/surround
|
||||
</li><li class="listitem">
|
||||
Add black-and-isort python formatter
|
||||
</li><li class="listitem">
|
||||
Removed redundant "Enable …" in <code class="literal">mkEnableOption</code> descriptions
|
||||
</li></ul></div></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Appendix A. Configuration Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue