mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-04 01:37:16 +00:00
docs: update changelogs
Mention the addition of neo-tree.
This commit is contained in:
parent
e79ca151b1
commit
8db5768a9a
1 changed files with 24 additions and 10 deletions
|
|
@ -21,7 +21,8 @@ Release notes for release 0.7
|
||||||
group for `Normal`, `NormalFloat`, `LineNr`, `SignColumn` and optionally
|
group for `Normal`, `NormalFloat`, `LineNr`, `SignColumn` and optionally
|
||||||
`NvimTreeNormal` to `none`.
|
`NvimTreeNormal` to `none`.
|
||||||
|
|
||||||
- Fix [vim.ui.smartcolumn.setupOpts.custom_colorcolumn](#opt-vim.ui.smartcolumn.setupOpts.custom_colorcolumn)
|
- Fix
|
||||||
|
[vim.ui.smartcolumn.setupOpts.custom_colorcolumn](#opt-vim.ui.smartcolumn.setupOpts.custom_colorcolumn)
|
||||||
using the wrong type `int` instead of the expected type `string`.
|
using the wrong type `int` instead of the expected type `string`.
|
||||||
|
|
||||||
[horriblename](https://github.com/horriblename):
|
[horriblename](https://github.com/horriblename):
|
||||||
|
|
@ -44,21 +45,32 @@ Release notes for release 0.7
|
||||||
|
|
||||||
- Add rustfmt as the default formatter for Rust.
|
- Add rustfmt as the default formatter for Rust.
|
||||||
|
|
||||||
- Enabled the terminal integration of catppuccin for theming Neovim's built-in terminal (this also affects toggleterm).
|
- Enabled the terminal integration of catppuccin for theming Neovim's built-in
|
||||||
|
terminal (this also affects toggleterm).
|
||||||
|
|
||||||
- Migrate bufferline to setupOpts for more customizability
|
- Migrate bufferline to setupOpts for more customizability
|
||||||
|
|
||||||
- Use `clangd` as the default language server for C languages
|
- Use `clangd` as the default language server for C languages
|
||||||
|
|
||||||
- Expose `lib.nvim.types.pluginType`, which for example allows the user to create abstractions for adding plugins
|
- Expose `lib.nvim.types.pluginType`, which for example allows the user to
|
||||||
|
create abstractions for adding plugins
|
||||||
|
|
||||||
- Migrate indent-blankline to setupOpts for more customizability. While the plugin's options can now be found under `indentBlankline.setupOpts`, the previous iteration of the module also included out of place/broken options, which have been removed for the time being. These are:
|
- Migrate indent-blankline to setupOpts for more customizability. While the
|
||||||
|
plugin's options can now be found under `indentBlankline.setupOpts`, the
|
||||||
|
previous iteration of the module also included out of place/broken options,
|
||||||
|
which have been removed for the time being. These are:
|
||||||
- `listChar` - this was already unused
|
- `listChar` - this was already unused
|
||||||
- `fillChar` - this had nothing to do with the plugin, please configure it yourself by adding `vim.opt.listchars:append({ space = '<char>' })` to your lua configuration
|
- `fillChar` - this had nothing to do with the plugin, please configure it
|
||||||
- `eolChar` - this also had nothing to do with the plugin, please configure it yourself by adding `vim.opt.listchars:append({ eol = '<char>' })` to your lua configuration
|
yourself by adding `vim.opt.listchars:append({ space = '<char>' })` to your
|
||||||
|
lua configuration
|
||||||
|
- `eolChar` - this also had nothing to do with the plugin, please configure it
|
||||||
|
yourself by adding `vim.opt.listchars:append({ eol = '<char>' })` to your
|
||||||
|
lua configuration
|
||||||
|
|
||||||
[NotAShelf](https://github.com/notashelf):
|
[NotAShelf](https://github.com/notashelf):
|
||||||
|
|
||||||
|
[ts-error-translator.nvim]: https://github.com/dmmulroy/ts-error-translator.nvim
|
||||||
|
|
||||||
- Add `deno fmt` as the default Markdown formatter. This will be enabled
|
- Add `deno fmt` as the default Markdown formatter. This will be enabled
|
||||||
automatically if you have autoformatting enabled, but can be disabled manually
|
automatically if you have autoformatting enabled, but can be disabled manually
|
||||||
if you choose to.
|
if you choose to.
|
||||||
|
|
@ -76,7 +88,9 @@ Release notes for release 0.7
|
||||||
- Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed
|
- Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed
|
||||||
blending issues in component separators.
|
blending issues in component separators.
|
||||||
|
|
||||||
- Add
|
- Add [ts-ereror-translator.nvim] extension of the TS language module, under
|
||||||
[ts-error-translator.nvim](https://github.com/dmmulroy/ts-error-translator.nvim)
|
`vim.languages.ts.extensions.ts-error-translator` to aid with Typescript
|
||||||
extension of the TS language module, under
|
development.
|
||||||
`vim.languages.ts.extensions.ts-error-translator`
|
|
||||||
|
- Add [neo-tree.nvim] as an alternative file-tree plugin. It will be available
|
||||||
|
under `vim.filetree.neo-tree`, similar to nvimtree.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue