mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-10 23:13:17 +00:00
Allows the user to specify a list of lua files that will be called via `luafile`. All paths that are passed to this option are checked by `builtins.isPath` so attempting to source paths that do not exist do not result in a broken Lua configuration.
1.3 KiB
1.3 KiB
Release 0.7
Release notes for release 0.7
Changelog
- Added 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.
- Fix broken treesitter-context keybinds in visual mode
-
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