Skip to content

Commit

Permalink
Temporarily disable Dockerfile LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 authored and hrshtst committed Jan 1, 2021
1 parent d992435 commit 216fbcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs/arche.el
Original file line number Diff line number Diff line change
Expand Up @@ -2985,7 +2985,9 @@ set LSP configuration (see `lsp-python-ms')."
;; LSP.
#'clojure-mode
#'ruby-mode
#'fish-mode))
#'fish-mode
;; https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/247
#'dockerfile-mode))
(lsp))))

:config
Expand Down

0 comments on commit 216fbcb

Please sign in to comment.