mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
deploy: 23bb43d6e4
This commit is contained in:
parent
fbd962da4c
commit
0b219e94e5
1 changed files with 6 additions and 0 deletions
|
@ -197,6 +197,8 @@ Added support for multiple languages <a class="xref" href="options.html#opt-vim.
|
|||
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
|
||||
</li><li class="listitem">
|
||||
Added Oxocarbon to the list of available themes.
|
||||
</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">
|
||||
|
@ -219,6 +221,10 @@ Added a configuration option for choosing the leader key
|
|||
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><li class="listitem">
|
||||
Added bash LSP and formatter support
|
||||
</li><li class="listitem">
|
||||
Disabled Lualine LSP status indicator for toggleterm buffer
|
||||
</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">
|
||||
|
|
Loading…
Reference in a new issue