Skip to content

Commit

Permalink
docs: update 0.7 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Sep 16, 2024
1 parent a97ca0f commit cfda82f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/release-notes/rl-0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ configuration formats.
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
- `fillChar` - this had nothing to do with the plugin, please configure it
yourself by adding `vim.opt.listchars:append({ space = '<char>' })` to your
Expand Down Expand Up @@ -157,13 +156,20 @@ configuration formats.
- Add `vim.ui.breadcrumbs.lualine` to allow fine-tuning breadcrumbs behaviour on
Lualine. Only `vim.ui.breadcrumbs.lualine.winbar` is supported for the time
being.

- [](#opt-vim.ui.breadcrumbs.lualine.winbar.enable) has been added to allow
controlling the default behaviour of the `nvim-navic` component on Lualine,
which used to occupy `winbar.lualine_c` as long as breadcrumbs are enabled.
- `vim.ui.breadcrumbs.alwaysRender` has been renamed to
[](#opt-vim.ui.breadcrumbs.lualine.winbar.alwaysRender) to be conform to the
new format.

- Add [basedpyright](https://github.com/detachhead/basedpyright) as a Python LSP
server and make it default.

- Add [python-lsp-server](https://github.com/python-lsp/python-lsp-server) as an
additional Python LSP server.

[ppenguin](https://github.com/ppenguin):

- Telescope:
Expand Down

0 comments on commit cfda82f

Please sign in to comment.