mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-02 03:21:14 +00:00
1.4 KiB
1.4 KiB
Release 0.7
Release notes for release 0.7
Changelog
- Added support for typst under
vim.languages.typst
This will enable thetypst-lsp
language server, and thetypstfmt
formatter
- Modified type for
from
anything
to asubmodule
for better type checking. - Fix null
vim.lsp.mappings
generating an error and not being filtered out.
- Fix broken treesitter-context keybinds in visual mode
-
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.