2023-12-31 07:07:30 +00:00
|
|
|
# Release 0.6 {#sec-release-0.6}
|
|
|
|
|
|
|
|
Release notes for release 0.6
|
|
|
|
|
|
|
|
## Changelog {#sec-release-0.6-changelog}
|
|
|
|
|
|
|
|
[ksonj](https://github.com/ksonj):
|
|
|
|
|
|
|
|
- Add Terraform language support
|
|
|
|
|
|
|
|
[horriblename](https://github.com/horriblename):
|
|
|
|
|
|
|
|
- Fixed empty winbar when breadcrumbs are disabled
|
|
|
|
|
2024-04-06 19:58:43 +00:00
|
|
|
- Added custom setupOpts for various plugins
|
|
|
|
|
|
|
|
- Removed support for deprecated plugin "nvim-compe"
|
|
|
|
|
2024-01-26 18:16:56 +00:00
|
|
|
[donnerinoern](https://github.com/donnerinoern):
|
|
|
|
|
|
|
|
- Added Gruvbox theme
|
|
|
|
|
|
|
|
- Added marksman LSP for Markdown
|
|
|
|
|
|
|
|
- Fixed markdown preview with Glow not working and added an option for changing the preview keybind
|
|
|
|
|
2024-02-10 01:04:51 +00:00
|
|
|
- colorizer.nvim: switched to a maintained fork
|
|
|
|
|
2024-02-15 06:16:22 +00:00
|
|
|
- Added `markdown-preview.nvim`, moved `glow.nvim` to a brand new `vim.utility.preview` category.
|
|
|
|
|
2023-12-31 07:07:30 +00:00
|
|
|
[notashelf](https://github.com/notashelf):
|
|
|
|
|
|
|
|
- Finished moving to `nixosOptionsDoc` in the documentation and changelog. We are fully free of asciidoc now
|
|
|
|
|
|
|
|
- Bumped plugin inputs to their latest versions
|
2024-01-12 17:34:37 +00:00
|
|
|
|
|
|
|
- Deprecated `presence.nvim` in favor of `neocord`. This means `vim.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](https://github.com/IogaMaster/neocord)
|
2024-01-17 20:08:36 +00:00
|
|
|
|
2024-01-24 17:39:07 +00:00
|
|
|
- Added support for css and tailwindcss through vscode-language-servers-extracted & tailwind-language-server.
|
|
|
|
Those can be enabled through `vim.languages.css` and `vim.languages.tailwind`
|
|
|
|
|
2024-01-26 18:16:56 +00:00
|
|
|
- Lualine module now allows customizing `always_divide_middle`, `ignore_focus` and `disabled_filetypes` through the new
|
|
|
|
options: [vim.statusline.lualine.alwaysDivideMiddle](vim.statusline.lualine.alwaysDivideMiddle),
|
|
|
|
[vim.statusline.lualine.ignoreFocus](vim.statusline.lualine.ignoreFocus) and
|
|
|
|
[vim.statusline.lualine.disabledFiletypes](vim.statusline.lualine.disabledFiletypes)
|
2024-01-18 18:40:27 +00:00
|
|
|
|
2024-01-26 18:16:56 +00:00
|
|
|
- Updated all plugin inputs to their latest versions (26.01.2024) - this brought minor color changess to the Catppuccin
|
|
|
|
theme
|
2024-02-13 20:41:13 +00:00
|
|
|
|
|
|
|
[elijahimmer](https://github.com/elijahimmer)
|
|
|
|
|
|
|
|
- Added rose-pine theme
|
2024-02-17 23:10:06 +00:00
|
|
|
|
2024-02-19 06:58:41 +00:00
|
|
|
[frothymarrow](https://github.com/frothymarrow):
|
2024-02-17 23:10:06 +00:00
|
|
|
|
|
|
|
- Added option `vim.luaPackages` to wrap neovim with extra Lua packages.
|
2024-02-19 06:58:41 +00:00
|
|
|
|
|
|
|
- Rewrote the entire `fidget.nvim` module to include extensive configuration options. Option `vim.fidget-nvim.align.bottom` has
|
|
|
|
been removed in favor of [vim.fidget-nvim.notification.window.align](vim.fidget-nvim.notification.window.align), which now supports
|
|
|
|
`top` and `bottom` values. `vim.fidget-nvim.align.right` has no longer any equivalent and also has been removed.
|
2024-02-25 16:49:43 +00:00
|
|
|
|
|
|
|
- `which-key.nvim` categories can now be customized through [vim.binds.whichKey.register](vim.binds.whichKey.register).
|