nix-community.nixvim/tests/test-sources
Stanislav Asunkin 34aa3e00e7 modules/filetype: ensure that the module does not set empty settings
When setting any filetype suboption to null (or anything else guarded by
mkIf) it's value becomes:

    { extension = null; filename = null; pattern = null; }

Account for that case in mkIf condition so that the option would not
produce empty filetype definition.
2024-07-22 11:33:52 +03:00
..
example-configurations treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
modules modules/filetype: ensure that the module does not set empty settings 2024-07-22 11:33:52 +03:00
plugins modules/lsp/servers/vls: do not add filetype extension if not enabled 2024-07-21 20:17:03 +02:00
examples.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00