chore: preset enable docs

This commit is contained in:
Snoweuph 2026-04-13 08:34:26 +02:00
commit a3aa4e49d1
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
75 changed files with 252 additions and 228 deletions

View file

@ -6,14 +6,14 @@
}: let
inherit (lib.meta) getExe';
inherit (lib.modules) mkIf;
inherit (lib.options) mkEnableOption;
inherit (lib.nvim.types) mkLspPresetEnableOption;
inherit (lib.generators) mkLuaInline;
inherit (lib.nvim.dag) entryBefore;
cfg = config.vim.lsp.presets.basedpyright;
in {
options.vim.lsp.presets.basedpyright = {
enable = mkEnableOption "the Based Pyright Language Server";
enable = mkLspPresetEnableOption "basedpyright" "Based Pyright" [];
};
config = mkIf cfg.enable {