neovim-flake/docs/release-notes/rl-0.5.adoc

56 lines
1.7 KiB
Plaintext
Raw Normal View History

[[sec-release-0.5]]
== Release 0.5
[[sec-release-0.5-changelog]]
=== Changelog
https://github.com/horriblename[horriblename]:
* Added transparency support for tokyonight theme.
2023-07-20 13:36:01 +02:00
* Fixed a bug where cmp's close and scrollDocs mappings wasn't working.
* Streamlined and simplified extra plugin API with the addition of <<opt-vim.extraPlugins>>
2023-07-20 19:24:29 +02:00
https://github.com/amanse[amanse]:
2023-08-09 13:37:43 +02:00
* Added daily notes options for obsidian plugin.
* Added jdt-language-server for Java.
https://github.com/yavko[yavko]:
* Added Deno Language Server for javascript/typescript
* Added support for multiple languages <<opt-vim.spellChecking.languages>>, and added vim-dirtytalk <<opt-vim.spellChecking.enableProgrammingWordList>>
https://github.com/FrothyMarrow[frothymarrow]:
* Renamed `vim.visuals.cursorWordline` to <<opt-vim.visuals.cursorline>>.
* Added <<opt-vim.viisuals.cursorline.lineNumbersOnly>> to display cursorline only in the presence of line numbers.
https://github.com/notashelf[notashelf]:
* Added GitHub Copilot to completion sources.
* Added <<opt-vim.ui.borders>> for global and individual plugin border configuration.
* LSP integrated breadcrumbs with <<opt-vim.ui.breadcrumbs>> through nvim-navic
* LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically enabled)
2023-07-29 23:47:44 +02:00
* Addeed nvim-navic integration for catppuccin theme
2023-07-29 23:47:44 +02:00
* Fixed mismatching zig language description
* Added support for `statix` and `deadnix` through <<opt-vim.languages.nix.extraDiagnostics.types>>
2023-07-30 18:58:27 +02:00
* Added lsp_lines plugin for showing diagnostic messages
* Added a configuration option for choosing the leader key
2023-08-02 08:53:07 +02:00
* The package used for neovim is now customizable by the user, using <<opt-vim.package>>. For best results, always use an unwrapped package.