From f6d249d0768b62bba332e1866f5b1ed4b7b46220 Mon Sep 17 00:00:00 2001 From: Thales Menato <8753631+thamenato@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:33:27 -0500 Subject: [PATCH] docs: update changelog --- docs/release-notes/rl-0.8.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index d15c6842..edb3e7b3 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -41,8 +41,8 @@ [horriblename](https://github.com/horriblename): -[aerial.nvim](https://github.com/stevearc/aerial.nvim) -[nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) +[aerial.nvim]: (https://github.com/stevearc/aerial.nvim) +[nvim-ufo]: (https://github.com/kevinhwang91/nvim-ufo) - Add [aerial.nvim] - Add [nvim-ufo] @@ -52,7 +52,8 @@ - Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes issue with setting the workspace directory. - Add `vim.snippets.luasnip.setupOpts`, which was previously missing. -- Add `"prettierd"` as a formatter option in `vim.languages.markdown.format.type`. +- Add `"prettierd"` as a formatter option in + `vim.languages.markdown.format.type`. [kaktu5](https://github.com/kaktu5): @@ -63,3 +64,9 @@ [solargraph]: https://github.com/castwide/solargraph - Add Ruby support under `vim.languages.ruby` using [solargraph]. + +[thamenato](https://github.com/thamenato): + +[ruff]: (https://github.com/astral-sh/ruff) + +- Add [ruff] as a formatter option in `vim.languages.python.format.type`.