2024-12-09 06:28:23 +00:00
|
|
|
# Release 0.8 {#sec-release-0.8}
|
|
|
|
|
|
|
|
[NotAShelf](https://github.com/notashelf):
|
|
|
|
|
|
|
|
[typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim
|
2024-12-31 04:02:13 +00:00
|
|
|
[render-markdown.nvim]: https://github.com/MeanderingProgrammer/render-markdown.nvim
|
2024-12-09 06:28:23 +00:00
|
|
|
|
|
|
|
- Add [typst-preview.nvim] under
|
|
|
|
`languages.typst.extensions.typst-preview-nvim`.
|
2024-12-10 20:37:32 +00:00
|
|
|
|
|
|
|
- Add a search widget to the options page in the nvf manual.
|
2024-12-20 03:50:38 +00:00
|
|
|
|
2024-12-31 04:02:13 +00:00
|
|
|
- Add [render-markdown.nvim] under
|
|
|
|
`languages.markdown.extensions.render-markdown-nvim`
|
|
|
|
|
2025-01-06 00:54:38 +00:00
|
|
|
- Implement [](#opt-vim.git.gitsigns.setupOpts) for user-specified setup table
|
|
|
|
in gitsigns configuration.
|
|
|
|
|
2025-01-10 07:36:01 +00:00
|
|
|
- [](#opt-vim.options.mouse) no longer compares values to an enum of available
|
|
|
|
mouse modes. This means you can provide any string without the module system
|
|
|
|
warning you that it is invalid. Do keep in mind that this value is no longer
|
|
|
|
checked, so you will be responsible for ensuring its validity.
|
|
|
|
|
2025-01-10 09:52:49 +00:00
|
|
|
- Deprecate `vim.enableEditorconfig` in favor of
|
2025-01-10 07:45:34 +00:00
|
|
|
[](#opt-vim.globals.editorconfig).
|
|
|
|
|
2025-01-10 09:52:49 +00:00
|
|
|
- Deprecate rnix-lsp as it has been abandoned and archived upstream.
|
|
|
|
|
2025-01-18 17:20:15 +00:00
|
|
|
- Hardcoded indentation values for the Nix language module have been removed. To
|
|
|
|
replicate previous behaviour, you must either consolidate Nix indentation in
|
|
|
|
your Editorconfig configuration, or use an autocommand to set indentation
|
|
|
|
values for buffers with the Nix filetype.
|
|
|
|
|
2024-12-20 03:50:38 +00:00
|
|
|
[amadaluzia](https://github.com/amadaluzia):
|
|
|
|
|
|
|
|
[haskell-tools.nvim]: https://github.com/MrcJkb/haskell-tools.nvim
|
|
|
|
|
2024-12-21 00:15:10 +00:00
|
|
|
- Add Haskell support under `vim.languages.haskell` using [haskell-tools.nvim].
|
|
|
|
|
|
|
|
[diniamo](https://github.com/diniamo):
|
|
|
|
|
|
|
|
- Add Odin support under `vim.languages.odin`.
|
2024-12-24 11:19:08 +00:00
|
|
|
|
|
|
|
- Disable the built-in format-on-save feature of zls. Use `vim.lsp.formatOnSave`
|
|
|
|
instead.
|
2025-01-06 10:58:08 +00:00
|
|
|
|
|
|
|
[horriblename](https://github.com/horriblename):
|
|
|
|
|
2025-01-15 12:33:27 +00:00
|
|
|
[aerial.nvim]: (https://github.com/stevearc/aerial.nvim)
|
|
|
|
[nvim-ufo]: (https://github.com/kevinhwang91/nvim-ufo)
|
2025-01-06 10:58:08 +00:00
|
|
|
|
|
|
|
- Add [aerial.nvim]
|
2025-01-09 07:56:51 +00:00
|
|
|
- Add [nvim-ufo]
|
2025-01-10 07:53:22 +00:00
|
|
|
|
|
|
|
[LilleAila](https://github.com/LilleAila):
|
|
|
|
|
2025-01-10 09:52:49 +00:00
|
|
|
- Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes
|
|
|
|
issue with setting the workspace directory.
|
2025-01-11 13:06:14 +00:00
|
|
|
- Add `vim.snippets.luasnip.setupOpts`, which was previously missing.
|
2025-01-15 12:33:27 +00:00
|
|
|
- Add `"prettierd"` as a formatter option in
|
|
|
|
`vim.languages.markdown.format.type`.
|
2025-01-17 20:55:06 +00:00
|
|
|
- Add [fzf-lua](https://github.com/ibhagwan/fzf-lua) in `vim.fzf-lua`
|
2025-01-11 20:57:18 +00:00
|
|
|
|
|
|
|
[kaktu5](https://github.com/kaktu5):
|
|
|
|
|
|
|
|
- Add WGSL support under `vim.languages.wgsl`.
|
2025-01-12 22:33:26 +00:00
|
|
|
|
|
|
|
[tomasguinzburg](https://github.com/tomasguinzburg):
|
|
|
|
|
|
|
|
[solargraph]: https://github.com/castwide/solargraph
|
2025-01-17 08:54:51 +00:00
|
|
|
[gbprod/nord.nvim]: https://github.com/gbprod/nord.nvim
|
2025-01-12 22:33:26 +00:00
|
|
|
|
|
|
|
- Add Ruby support under `vim.languages.ruby` using [solargraph].
|
2025-01-17 08:54:51 +00:00
|
|
|
- Add `nord` theme from [gbprod/nord.nvim].
|
2025-01-15 12:33:27 +00:00
|
|
|
|
|
|
|
[thamenato](https://github.com/thamenato):
|
|
|
|
|
|
|
|
[ruff]: (https://github.com/astral-sh/ruff)
|
|
|
|
|
|
|
|
- Add [ruff] as a formatter option in `vim.languages.python.format.type`.
|