Add typescript mode, and disable the shitty Volar LSP server
This commit is contained in:
parent
61a4654da5
commit
68a740d508
3 changed files with 9 additions and 9 deletions
|
|
@ -65,6 +65,13 @@
|
|||
lsp-ui-delay 0.5 ;; Wait half a second to display documentation
|
||||
lsp-ui-doc-position 'at-point
|
||||
lsp-ui-doc-include-signature t
|
||||
;; Disable the piece of shit vue LSP server. It activates itself in every
|
||||
;; project with .js, .ts or .json file due to something called 'takeover
|
||||
;; mode' or 'hybrid mode' or some such.
|
||||
;; It would be okay, but it also doesn't work 99% of the time.
|
||||
|
||||
;; When needed, enable this hot garbage in dir-locals.el
|
||||
lsp-disabled-clients '(vue-semantic-server)
|
||||
lsp-log-io nil)
|
||||
|
||||
;; Lsp debugger mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue