Skip to content

Defaults

github-actions[bot] edited this page Apr 12, 2024 · 61 revisions

core.defaults

Overview

This file contains all of the most important modules that any user would want to have a "just works" experience.

Individual entries can be disabled via the "disable" flag:

load = {
    ["core.defaults"] = {
        config = {
            disable = {
                -- module list goes here
                "core.autocommands",
                "core.itero",
            },
        },
    },
}

Configuration

This module provides no configuration options!