mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 16:20:06 +01:00
1.8 KiB
1.8 KiB
Release 0.7
Release notes for release 0.7
Changelog
- Add support for typst under
vim.languages.typstThis will enable thetypst-lsplanguage server, and thetypstfmtformatter
- Modified type for
from
anythingto asubmodulefor better type checking. - Fix null
vim.lsp.mappingsgenerating an error and not being filtered out. - Add basic transparency support for
oxocarbontheme by setting the highlight group forNormal,NormalFloat,LineNr,SignColumnand optionallyNvimTreeNormaltonone.
- Fix broken treesitter-context keybinds in visual mode
- Depcrecate use of
__emptyto define empty tables in lua. Empty attrset are no longer filtered and thus should be used instead.
-
Add
deno fmtas 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.extraLuaFilesfor optionally sourcing additional lua files in your configuration. -
Refactor
programs.languages.elixirto 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
-
Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed blending issues in component separators.
- Add ocaml-lsp support.