2023-07-17 21:31:21 +00:00
[[sec-release-0.5]]
== Release 0.5
[[sec-release-0.5-changelog]]
=== Changelog
https://github.com/horriblename[horriblename]:
2023-07-28 09:03:10 +00:00
* Added transparency support for tokyonight theme.
2023-07-20 11:36:01 +00:00
2023-07-28 09:03:10 +00:00
* Fixed a bug where cmp's close and scrollDocs mappings wasn't working.
2023-07-28 13:09:28 +00:00
* Streamlined and simplified extra plugin API with the addition of <<opt-vim.extraPlugins>>
2023-07-20 17:24:29 +00:00
2023-09-22 22:33:05 +00:00
* Allow using command names in place of LSP packages to avoid automatic installation.
2023-09-23 13:38:01 +00:00
* Add lua LSP and treesitter support, and neodev.nvim plugin support.
2023-07-20 17:24:29 +00:00
https://github.com/amanse[amanse]:
2023-08-09 11:37:43 +00:00
* Added daily notes options for obsidian plugin.
* Added jdt-language-server for Java.
2023-07-30 16:20:38 +00:00
https://github.com/yavko[yavko]:
* Added Deno Language Server for javascript/typescript
2023-07-24 14:29:01 +00:00
2023-08-06 11:26:33 +00:00
* Added support for multiple languages <<opt-vim.spellChecking.languages>>, and added vim-dirtytalk <<opt-vim.spellChecking.enableProgrammingWordList>>
2023-08-18 14:50:38 +00:00
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.
2023-07-24 14:29:01 +00:00
https://github.com/notashelf[notashelf]:
2023-07-28 09:03:10 +00:00
* Added GitHub Copilot to completion sources.
* Added <<opt-vim.ui.borders>> for global and individual plugin border configuration.
2023-07-28 13:09:28 +00:00
* 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 21:47:44 +00:00
2023-07-30 16:20:38 +00:00
* Addeed nvim-navic integration for catppuccin theme
2023-07-29 21:47:44 +00:00
2023-07-30 16:20:38 +00:00
* Fixed mismatching zig language description
2023-07-31 10:34:51 +00:00
* Added support for `statix` and `deadnix` through <<opt-vim.languages.nix.extraDiagnostics.types>>
2023-07-31 10:41:27 +00:00
2023-07-30 16:58:27 +00:00
* Added lsp_lines plugin for showing diagnostic messages
2023-07-31 10:41:27 +00:00
* Added a configuration option for choosing the leader key
2023-08-02 06:53:07 +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-09-21 10:26:10 +00:00
https://github.com/jacekpoz[jacekpoz]:
* Fixed scrollOffset not being used
* Updated clangd to 16
* Disabled `useSystemClipboard` by default