diff --git a/release-notes.html b/release-notes.html
index 5373fe8..ac6e9ad 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -197,6 +197,8 @@ Added support for multiple languages vim.visuals.cursorWordline to vim.visuals.cursorline.enable
Added vim.visuals.cursorline.lineNumbersOnly
to display cursorline only in the presence of line numbers
+
+Added Oxocarbon to the list of available themes.
notashelf:
-
Added GitHub Copilot to nvim-cmp completion sources.
-
@@ -219,6 +221,10 @@ Added a configuration option for choosing the leader key
The package used for neovim is now customizable by the user, using
vim.package
. For best results, always use an unwrapped package
-
Added highlight-undo plugin for highlighting undo/redo targets
+
-
+Added bash LSP and formatter support
+
-
+Disabled Lualine LSP status indicator for toggleterm buffer
jacekpoz:
-
Fixed scrollOffset not being used
-