3.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Release 0.5
Release notes for release 0.5
Changelog
- 
Added phan language server for PHP
 - 
Added phpactor language server for PHP
 
- 
Added transparency support for tokyonight theme
 - 
Fixed a bug where cmp's close and scrollDocs mappings wasn't working
 - 
Streamlined and simplified extra plugin API with the addition of
 - 
Allow using command names in place of LSP packages to avoid automatic installation
 - 
Add lua LSP and Treesitter support, and neodev.nvim plugin support
 
- 
Added daily notes options for obsidian plugin
 - 
Added
jdt-language-serverfor Java 
- 
Added Deno Language Server for Javascript/Typescript
 - 
Added support for multiple languages under
vim.spellChecking.languages, and added vim-dirtytalk throughvim.spellChecking.enableProgrammingWordList 
- 
Renamed
vim.visuals.cursorWordlinetovim.visuals.cursorline.enable - 
Added
vim.visuals.cursorline.lineNumbersOnlyto display cursorline only in the presence of line numbers - 
Added Oxocarbon to the list of available themes.
 
- 
Added GitHub Copilot to nvim-cmp completion sources.
 - 
Added for global and individual plugin border configuration.
 - 
LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically enabled if navic is enabled)
 - 
Added nvim-navic integration for Catppuccin theme
 - 
Fixed mismatching Zig language description
 - 
Added
lsp_linesplugin for showing diagnostic messages - 
Added a configuration option for choosing the leader key
 - 
The package used for neovim is now customizable by the user, using . For best results, always use an unwrapped package
 - 
Added highlight-undo plugin for highlighting undo/redo targets
 - 
Added bash LSP and formatter support
 - 
Disabled Lualine LSP status indicator for Toggleterm buffer
 - 
Added
nvim-docs-view, a plugin to display LSP hover documentation in a side panel - 
Switched to
nixosOptionsDocin option documentation. To quote home-manager commit: "Output is mostly unchanged aside from some minor typographical and formatting changes, along with better source links." - 
Updated indent-blankine.nvim to v3 - this comes with a few option changes, which will be migrated with
renamedOptionModule 
poz:
- 
Fixed scrollOffset not being used
 - 
Updated clangd to 16
 - 
Disabled
useSystemClipboardby default 
- 
Add support to change mappings to utility/surround
 - 
Add black-and-isort python formatter
 - 
Removed redundant "Enable ..." in
mkEnableOptiondescriptions - 
Add options to modify LSP key bindings and add proper which-key descriptions
 - 
Changed type of
statusline.lualine.activeSectionandstatusline.lualine.inactiveSectionfromattrsOf strtoattrsOf (listOf str) - 
Added
statusline.lualine.extraActiveSectionandstatusline.lualine.extraInactiveSection