mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-19 16:59:40 +01:00
Moved `extraFiles` from `modules/output.nix` into its own file `modules/files.nix`. Users should now assign text to a `text` attribute, however they could also assign a file path to a `source` attribute instead. The old method of directly assigning a string still works, and is coerced to the new type along with a deprecation warning. |
||
|---|---|---|
| .. | ||
| autocmd.nix | ||
| clipboard.nix | ||
| commands.nix | ||
| diagnostics.nix | ||
| editorconfig.nix | ||
| extra-files.nix | ||
| filetypes.nix | ||
| highlight.nix | ||
| keymaps.nix | ||
| lua-loader.nix | ||
| options.nix | ||
| output.nix | ||