diff --git a/release-notes.html b/release-notes.html index 85e53d6a..8ebe5b8c 100644 --- a/release-notes.html +++ b/release-notes.html @@ -170,7 +170,7 @@ longer filtered and thus should be used instead.
Add ocaml-lsp support
Fix “Emac” typo
Add new-file-template.nvim to automatically fill new file contents using -templates.
Move the theme
dag entry to before luaScript
.
Add rustfmt as the default formatter for Rust.
Enabled the terminal integration of catppuccin for theming Neovim’s built-in +templates
Make neo-tree.nvim display file icons properly by enabling visuals.nvimWebDevicons
Move the theme
dag entry to before luaScript
.
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).
Migrate bufferline to setupOpts for more customizability
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
Migrate indent-blankline to setupOpts for more customizability. While the
plugin’s options can now be found under Remove vim-tidal and friends.indentBlankline.setupOpts
, the
@@ -195,7 +195,7 @@ added once the
Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed blending issues in component separators.
Add [ts-ereror-translator.nvim] extension of the TS language module, under
vim.languages.ts.extensions.ts-error-translator
to aid with Typescript
-development.
Add [neo-tree.nvim] as an alternative file-tree plugin. It will be available +development.
Add neo-tree.nvim as an alternative file-tree plugin. It will be available
under vim.filetree.neo-tree
, similar to nvimtree.
Add nvf-print-config
& nvf-print-config-path
helper scripts to Neovim
closure. Both of those scripts have been automatically added to your PATH upon
using neovimConfig or programs.nvf.enable
.
nvf-print-config
will display your init.lua
, in full.
nvf-print-config-path
will display the path to a clone of your