Skip to content

Commit

Permalink
Revert "Lsp Terraform (#1147)"
Browse files Browse the repository at this point in the history
This reverts commit c0aad96.
  • Loading branch information
yyoncho authored Oct 31, 2019
1 parent c0aad96 commit a0e429c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
1 change: 0 additions & 1 deletion lsp-clients.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
(require 'lsp-haxe)
(require 'lsp-vhdl)
(require 'lsp-yaml)
(require 'lsp-terraform)

;;; Ada
(defgroup lsp-ada nil
Expand Down
3 changes: 1 addition & 2 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,7 @@ Changes take effect only when a new session is started."
(csharp-mode . "csharp")
(plain-tex-mode . "plaintex")
(latex-mode . "latex")
(vhdl-mode . "vhdl")
(terraform-mode . "terraform"))
(vhdl-mode . "vhdl"))
"Language id configuration.")

(defvar lsp-method-requirements
Expand Down
62 changes: 0 additions & 62 deletions lsp-terraform.el

This file was deleted.

0 comments on commit a0e429c

Please sign in to comment.