2023-12-31 07:07:30 +00:00
|
|
|
# Release 0.5 {#sec-release-0.5}
|
|
|
|
|
|
|
|
Release notes for release 0.5
|
|
|
|
|
|
|
|
## Changelog {#sec-release-0.5-changelog}
|
|
|
|
|
|
|
|
[vagahbond](https://github.com/vagahbond):
|
|
|
|
|
|
|
|
- Added phan language server for PHP
|
|
|
|
|
|
|
|
- Added phpactor language server for PHP
|
|
|
|
|
|
|
|
[horriblename](https://github.com/horriblename):
|
|
|
|
|
|
|
|
- Added transparency support for tokyonight theme
|
|
|
|
|
|
|
|
- Fixed a bug where cmp's close and scrollDocs mappings wasn't working
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Streamlined and simplified extra plugin API with the addition of
|
|
|
|
[](#opt-vim.extraPlugins)
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Allow using command names in place of LSP packages to avoid automatic
|
|
|
|
installation
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Add lua LSP and Treesitter support, and neodev.nvim plugin support
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Add [](#opt-vim.lsp.mappings.toggleFormatOnSave) keybind
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
[amanse](https://github.com/amanse):
|
|
|
|
|
|
|
|
- Added daily notes options for obsidian plugin
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added `jdt-language-server` for Java
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
[yavko](https://github.com/yavko):
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added Deno Language Server for Javascript/Typescript
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added support for multiple languages under `vim.spellChecking.languages`, and
|
|
|
|
added vim-dirtytalk through `vim.spellChecking.enableProgrammingWordList`
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
[frothymarrow](https://github.com/FrothyMarrow):
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Renamed `vim.visuals.cursorWordline` to `vim.visuals.cursorline.enable`
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added `vim.visuals.cursorline.lineNumbersOnly` to display cursorline only in
|
|
|
|
the presence of line numbers
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
- Added Oxocarbon to the list of available themes.
|
|
|
|
|
|
|
|
[notashelf](https://github.com/notashelf):
|
|
|
|
|
|
|
|
- Added GitHub Copilot to nvim-cmp completion sources.
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added [](#opt-vim.ui.borders.enable) for global and individual plugin border
|
|
|
|
configuration.
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- LSP integrated breadcrumbs with [](#opt-vim.ui.breadcrumbs.enable) through
|
|
|
|
nvim-navic
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically
|
|
|
|
enabled if navic is enabled)
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-26 07:36:39 +00:00
|
|
|
- Added nvim-navic integration for Catppuccin theme
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-26 07:36:39 +00:00
|
|
|
- Fixed mismatching Zig language description
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added support for `statix` and `deadnix` through
|
|
|
|
[](#opt-vim.languages.nix.extraDiagnostics.types)
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
- Added `lsp_lines` plugin for showing diagnostic messages
|
|
|
|
|
|
|
|
- Added a configuration option for choosing the leader key
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- The package used for neovim is now customizable by the user, using
|
|
|
|
[](#opt-vim.package). For best results, always use an unwrapped package
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
- Added highlight-undo plugin for highlighting undo/redo targets
|
|
|
|
|
|
|
|
- Added bash LSP and formatter support
|
|
|
|
|
2024-11-26 07:36:39 +00:00
|
|
|
- Disabled Lualine LSP status indicator for Toggleterm buffer
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-26 07:36:39 +00:00
|
|
|
- Added `nvim-docs-view`, a plugin to display LSP hover documentation in a side
|
2024-11-25 15:56:47 +00:00
|
|
|
panel
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Switched to `nixosOptionsDoc` in option documentation. To quote home-manager
|
|
|
|
commit: "Output is mostly unchanged aside from some minor typographical and
|
2023-12-31 07:07:30 +00:00
|
|
|
formatting changes, along with better source links."
|
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Updated indent-blankine.nvim to v3 - this comes with a few option changes,
|
|
|
|
which will be migrated with `renamedOptionModule`
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-08-08 18:45:33 +00:00
|
|
|
[jacekpoz](https://jacekpoz.pl):
|
2023-12-31 07:07:30 +00:00
|
|
|
|
|
|
|
- Fixed scrollOffset not being used
|
|
|
|
|
|
|
|
- Updated clangd to 16
|
|
|
|
|
|
|
|
- Disabled `useSystemClipboard` by default
|
|
|
|
|
|
|
|
[ksonj](https://github.com/ksonj):
|
|
|
|
|
|
|
|
- Add support to change mappings to utility/surround
|
|
|
|
|
|
|
|
- Add black-and-isort python formatter
|
|
|
|
|
|
|
|
- Removed redundant "Enable ..." in `mkEnableOption` descriptions
|
|
|
|
|
2024-11-26 07:36:39 +00:00
|
|
|
- Add options to modify LSP key bindings and add proper which-key descriptions
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Changed type of `statusline.lualine.activeSection` and
|
|
|
|
`statusline.lualine.inactiveSection` from `attrsOf str` to
|
|
|
|
`attrsOf (listOf str)`
|
2023-12-31 07:07:30 +00:00
|
|
|
|
2024-11-25 15:56:47 +00:00
|
|
|
- Added `statusline.lualine.extraActiveSection` and
|
|
|
|
`statusline.lualine.extraInactiveSection`
|