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

98 lines
3.0 KiB
Plaintext
Raw Normal View History

[[sec-release-0.5]]
== Release 0.5
[[sec-release-0.5-changelog]]
=== Changelog
2023-10-20 10:44:13 +02:00
https://github.com/vagahbond[vagahbond]:
2023-10-22 00:25:21 +02:00
* Added phan language server for PHP
2023-10-08 14:34:55 +02:00
2023-10-22 00:25:21 +02:00
* Added phpactor language server for PHP
2023-10-08 14:34:55 +02:00
https://github.com/horriblename[horriblename]:
2023-10-22 00:25:21 +02:00
* Added transparency support for tokyonight theme
2023-07-20 13:36:01 +02:00
2023-10-22 00:25:21 +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
2023-10-22 00:25:21 +02:00
* Allow using command names in place of LSP packages to avoid automatic installation
2023-09-23 00:33:05 +02:00
2023-10-22 00:25:21 +02:00
* Add lua LSP and treesitter support, and neodev.nvim plugin support
2023-09-23 15:38:01 +02:00
2023-10-23 18:53:51 +02:00
* Add <<opt-vim.lsp.mappings.toggleFormatOnSave>> keybind
2023-07-20 19:24:29 +02:00
https://github.com/amanse[amanse]:
2023-10-22 00:25:21 +02:00
* Added daily notes options for obsidian plugin
2023-08-09 13:37:43 +02:00
2023-10-22 00:25:21 +02:00
* 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]:
2023-10-22 00:25:21 +02:00
* Renamed `vim.visuals.cursorWordline` to <<opt-vim.visuals.cursorline.enable>>
2023-10-22 00:25:21 +02:00
* Added <<opt-vim.visuals.cursorline.lineNumbersOnly>> to display cursorline only in the presence of line numbers
* Added Oxocarbon to the list of available themes.
https://github.com/notashelf[notashelf]:
2023-10-01 15:58:05 +02:00
* Added GitHub Copilot to nvim-cmp completion sources.
2023-10-01 15:58:05 +02:00
* Added <<opt-vim.ui.borders.enable>> for global and individual plugin border configuration.
2023-10-01 15:58:05 +02:00
* LSP integrated breadcrumbs with <<opt-vim.ui.breadcrumbs.enable>> 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
2023-10-22 00:25:21 +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
* Added highlight-undo plugin for highlighting undo/redo targets
2023-09-21 12:26:10 +02:00
* Added bash LSP and formatter support
* Disabled Lualine LSP status indicator for toggleterm buffer
2023-10-26 14:08:00 +02:00
* Added `nvim-docs-view`, a plugin to display lsp hover documentation in a side panel
2023-09-21 12:26:10 +02:00
https://github.com/jacekpoz[jacekpoz]:
* Fixed scrollOffset not being used
* Updated clangd to 16
* Disabled `useSystemClipboard` by default
https://github.com/ksonj[ksonj]:
* Add support to change mappings to utility/surround
* Add black-and-isort python formatter
2023-10-22 00:25:21 +02:00
* Removed redundant "Enable ..." in `mkEnableOption` descriptions
* Add options to modify LSP key bindings and add proper whichkey descriptions
* Changed type of `statusline.lualine.activeSection` and `statusline.lualine.inactiveSection` from `attrsOf str` to `attrsOf (listOf str)`
* Added `statusline.lualine.extraActiveSection` and `statusline.lualine.extraInactiveSection`