mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
chore: add language.<name>.lsp.servers deprecation information
This commit is contained in:
parent
a3aa4e49d1
commit
ec8a66bb3c
16 changed files with 126 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue