mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
docs: update release notes
This commit is contained in:
parent
277bcf3a3f
commit
d835d6bd03
1 changed files with 15 additions and 11 deletions
|
@ -6,27 +6,27 @@
|
||||||
=== Changelog
|
=== Changelog
|
||||||
|
|
||||||
https://github.com/vagahbond[vagahbond]:
|
https://github.com/vagahbond[vagahbond]:
|
||||||
* Added phan language server for PHP.
|
* Added phan language server for PHP
|
||||||
|
|
||||||
* Added phpactor language server for PHP.
|
* Added phpactor language server for PHP
|
||||||
|
|
||||||
https://github.com/horriblename[horriblename]:
|
https://github.com/horriblename[horriblename]:
|
||||||
|
|
||||||
* Added transparency support for tokyonight theme.
|
* Added transparency support for tokyonight theme
|
||||||
|
|
||||||
* Fixed a bug where cmp's close and scrollDocs mappings wasn't working.
|
* 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>>
|
* Streamlined and simplified extra plugin API with the addition of <<opt-vim.extraPlugins>>
|
||||||
|
|
||||||
* Allow using command names in place of LSP packages to avoid automatic installation.
|
* Allow using command names in place of LSP packages to avoid automatic installation
|
||||||
|
|
||||||
* Add lua LSP and treesitter support, and neodev.nvim plugin support.
|
* Add lua LSP and treesitter support, and neodev.nvim plugin support
|
||||||
|
|
||||||
https://github.com/amanse[amanse]:
|
https://github.com/amanse[amanse]:
|
||||||
|
|
||||||
* Added daily notes options for obsidian plugin.
|
* Added daily notes options for obsidian plugin
|
||||||
|
|
||||||
* Added jdt-language-server for Java.
|
* Added jdt-language-server for Java
|
||||||
|
|
||||||
https://github.com/yavko[yavko]:
|
https://github.com/yavko[yavko]:
|
||||||
|
|
||||||
|
@ -36,9 +36,9 @@ https://github.com/yavko[yavko]:
|
||||||
|
|
||||||
https://github.com/FrothyMarrow[frothymarrow]:
|
https://github.com/FrothyMarrow[frothymarrow]:
|
||||||
|
|
||||||
* Renamed `vim.visuals.cursorWordline` to <<opt-vim.visuals.cursorline.enable>>.
|
* Renamed `vim.visuals.cursorWordline` to <<opt-vim.visuals.cursorline.enable>>
|
||||||
|
|
||||||
* Added <<opt-vim.visuals.cursorline.lineNumbersOnly>> to display cursorline only in the presence of line numbers.
|
* Added <<opt-vim.visuals.cursorline.lineNumbersOnly>> to display cursorline only in the presence of line numbers
|
||||||
|
|
||||||
https://github.com/notashelf[notashelf]:
|
https://github.com/notashelf[notashelf]:
|
||||||
|
|
||||||
|
@ -60,7 +60,9 @@ https://github.com/notashelf[notashelf]:
|
||||||
|
|
||||||
* Added a configuration option for choosing the leader key
|
* Added a configuration option for choosing the leader key
|
||||||
|
|
||||||
* The package used for neovim is now customizable by the user, using <<opt-vim.package>>. For best results, always use an unwrapped package.
|
* 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
|
||||||
|
|
||||||
https://github.com/jacekpoz[jacekpoz]:
|
https://github.com/jacekpoz[jacekpoz]:
|
||||||
|
|
||||||
|
@ -75,3 +77,5 @@ https://github.com/ksonj[ksonj]:
|
||||||
* Add support to change mappings to utility/surround
|
* Add support to change mappings to utility/surround
|
||||||
|
|
||||||
* Add black-and-isort python formatter
|
* Add black-and-isort python formatter
|
||||||
|
|
||||||
|
* Removed redundant "Enable ..." in `mkEnableOption` descriptions
|
||||||
|
|
Loading…
Reference in a new issue