mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-11 06:29:49 +01:00
1.3 KiB
1.3 KiB
Release 0.8
-
Add typst-preview.nvim under
languages.typst.extensions.typst-preview-nvim
. -
Add a search widget to the options page in the nvf manual.
-
Add render-markdown.nvim under
languages.markdown.extensions.render-markdown-nvim
-
Implement for user-specified setup table in gitsigns configuration.
- Add Haskell support under
vim.languages.haskell
using haskell-tools.nvim.
-
Add Odin support under
vim.languages.odin
. -
Disable the built-in format-on-save feature of zls. Use
vim.lsp.formatOnSave
instead.
- Add [aerial.nvim]
- Add [nvim-ufo]
- Remove
vim.notes.obsidian.setupOpts.dir
, which was set by default. Fixes issue with setting the workspace directory.