chore: add language.<name>.lsp.servers deprecation information

This commit is contained in:
Snoweuph 2026-04-14 00:51:36 +02:00
commit ec8a66bb3c
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
16 changed files with 126 additions and 33 deletions

View file

@ -11,7 +11,7 @@
cfg = config.vim.lsp.presets.terraform-ls;
in {
options.vim.lsp.presets.terraform-ls = {
enable = mkLspPresetEnableOption "terrraform-ls" "Terraform" [];
enable = mkLspPresetEnableOption "terraform-ls" "Terraform" [];
};
config = mkIf cfg.enable {