diff --git a/release-notes.html b/release-notes.html index 8ebe5b8c..a1f08a7c 100644 --- a/release-notes.html +++ b/release-notes.html @@ -170,7 +170,8 @@ 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
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 +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 indentBlankline.setupOpts, the
@@ -211,8 +212,8 @@ server and make it default.
Add vim.options to set vim.o values in in your nvf configuration
without using additional Lua. See option documentation for more details.
Add vim.dashboard.dashboard-nvim.setupOpts to allow user
configuration for dashboard.nvim
Update lualine.nvim input and add missing themes:
Adds ayu, gruvbox_dark, iceberg, moonfly, onedark,
-powerline_dark and solarized_light themes.
Telescope:
Fixed project-nvim command and keybinding
Added default ikeybind/command for Telescope resume (<leader>fr)
Add LSP and Treesitter support for R under vim.languages.R.
Add Otter support under vim.lsp.otter and an assert to prevent conflict with
-ccc
powerline_dark and solarized_light themes.Telescope:
Fixed project-nvim command and keybinding
Added default ikeybind/command for Telescope resume (<leader>fr)
Add LSP and Treesitter support for R under vim.languages.R.
Add Otter support under vim.lsp.otter and an assert to prevent conflict with
+ccc
Fix internal breakage in elixir-tools setup.