docs: update changelog

This commit is contained in:
Thales Menato 2025-01-15 07:33:27 -05:00
parent 3f43edd635
commit f6d249d076

View file

@ -41,8 +41,8 @@
[horriblename](https://github.com/horriblename): [horriblename](https://github.com/horriblename):
[aerial.nvim](https://github.com/stevearc/aerial.nvim) [aerial.nvim]: (https://github.com/stevearc/aerial.nvim)
[nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) [nvim-ufo]: (https://github.com/kevinhwang91/nvim-ufo)
- Add [aerial.nvim] - Add [aerial.nvim]
- Add [nvim-ufo] - Add [nvim-ufo]
@ -52,7 +52,8 @@
- Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes - Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes
issue with setting the workspace directory. issue with setting the workspace directory.
- Add `vim.snippets.luasnip.setupOpts`, which was previously missing. - 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): [kaktu5](https://github.com/kaktu5):
@ -63,3 +64,9 @@
[solargraph]: https://github.com/castwide/solargraph [solargraph]: https://github.com/castwide/solargraph
- Add Ruby support under `vim.languages.ruby` using [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`.