From c2a0289302f52a2d48377af79b007ae317f5b09a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 23 May 2024 14:31:31 +0000 Subject: [PATCH] deploy: 5748bb5eb90c7f455e3757aa767c85a22e48ca1f --- release-notes.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/release-notes.html b/release-notes.html index 6154859..23b59fb 100644 --- a/release-notes.html +++ b/release-notes.html @@ -141,18 +141,20 @@ a lua function. The default is “compact”, but you may change it according to nvim-notify documentation.

-

Release 0.7

Table of Contents

Changelog

Release notes for release 0.7

Changelog

ItsSorae:

  • Added support for typst under vim.languages.typst This +

Release 0.7

Table of Contents

Changelog

Release notes for release 0.7

Changelog

ItsSorae:

  • Add support for typst under vim.languages.typst This will enable the typst-lsp language server, and the typstfmt formatter

frothymarrow:

horriblename:

  • Fix broken treesitter-context keybinds in visual mode

  • Depcrecate use of __empty to define empty tables in lua. Empty attrset are +anything to a submodule for better type checking.

  • Fix null vim.lsp.mappings generating an error and not being filtered out.

  • Add basic transparency support for oxocarbon theme by setting the +highlight group for Normal, NormalFloat, LineNr, SignColumn and +optionally NvimTreeNormal to none.

horriblename:

  • Fix broken treesitter-context keybinds in visual mode

  • Depcrecate use of __empty to define empty tables in lua. Empty attrset are no longer filtered and thus should be used instead.

NotAShelf

  • Add deno fmt as the default Markdown formatter. This will be enabled automatically if you have autoformatting enabled, but can be disabled manually if you choose to.

  • Add vim.extraLuaFiles for optionally sourcing additional lua files in your configuration.

  • Refactor programs.languages.elixir to use lspconfig and none-ls for LSP and formatter setups respectively. Diagnostics support is considered, and may be added once the credo linter has been added -to nixpkgs. A pull request is currently open.

  • Remove vim-tidal and friends

  • Cleaned up Lualine module to reduce theme dependency on Catppuccin, and fixed -blending issues in component separators.

jacekpoz:

+to nixpkgs. A pull request is currently open.

  • Remove vim-tidal and friends

  • Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed +blending issues in component separators.

  • jacekpoz: