2.6 KiB
Release 0.6
Release notes for release 0.6
Changelog
- Add Terraform language support
-
Fixed empty winbar when breadcrumbs are disabled
-
Added custom setupOpts for various plugins
-
Removed support for deprecated plugin "nvim-compe"
-
Added Gruvbox theme
-
Added marksman LSP for Markdown
-
Fixed markdown preview with Glow not working and added an option for changing the preview keybind
-
colorizer.nvim: switched to a maintained fork
-
Added
markdown-preview.nvim
, movedglow.nvim
to a brand newvim.utility.preview
category.
-
Finished moving to
nixosOptionsDoc
in the documentation and changelog. We are fully free of asciidoc now -
Bumped plugin inputs to their latest versions
-
Deprecated
presence.nvim
in favor ofneocord
. This meansvim.rich-presence.presence-nvim
is removed and will throw a warning if used. You are recommended to rewrite your neocord config from scratch based on the official documentation -
Added support for css and tailwindcss through vscode-language-servers-extracted & tailwind-language-server. Those can be enabled through
vim.languages.css
andvim.languages.tailwind
-
Lualine module now allows customizing
always_divide_middle
,ignore_focus
anddisabled_filetypes
through the new options: vim.statusline.lualine.alwaysDivideMiddle, vim.statusline.lualine.ignoreFocus and vim.statusline.lualine.disabledFiletypes -
Updated all plugin inputs to their latest versions (26.01.2024) - this brought minor color changess to the Catppuccin theme
- Added rose-pine theme
-
Added option
vim.luaPackages
to wrap neovim with extra Lua packages. -
Rewrote the entire
fidget.nvim
module to include extensive configuration options. Optionvim.fidget-nvim.align.bottom
has been removed in favor of vim.fidget-nvim.notification.window.align, which now supportstop
andbottom
values.vim.fidget-nvim.align.right
has no longer any equivalent and also has been removed. -
which-key.nvim
categories can now be customized through vim.binds.whichKey.register.