mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-18 16:02:24 +00:00
docs: update changelog
This commit is contained in:
parent
3f43edd635
commit
f6d249d076
1 changed files with 10 additions and 3 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue