Skip to content

Commit

Permalink
chg: Borra terraform-lsp de la lista de clientes
Browse files Browse the repository at this point in the history
  • Loading branch information
shackra committed Dec 27, 2023
1 parent 8df9b30 commit 1e36622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ Ajustes para Tramp (sacados de [[https://tecosaur.github.io/emacs-config/config.
(after! lsp-mode
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.log\\'")
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.next\\'")
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]__snapshots?__\\'"))
(add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]__snapshots?__\\'")
;; https://github.com/emacs-lsp/lsp-mode/issues/3577#issuecomment-1857344443
(delete 'lsp-terraform lsp-client-packages))
#+end_src

** Ajusta lsp-ui
Expand Down

0 comments on commit 1e36622

Please sign in to comment.