Skip to content

Instantly share code, notes, and snippets.

View appledelhi's full-sized avatar

Appledelhi appledelhi

View GitHub Profile
@appledelhi
appledelhi / vls_config.el
Created April 3, 2019 08:41
emacs lsp vls config
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection "~/.vscode/extensions/octref.vetur-0.18.0/server/bin/vls")
:major-modes '(web-mode)
:ignore-messages '("readFile .*? requested by Vue but content not available")
:initialization-options (lambda ()
'(:vetur
(:completion
(:autoImport t :useScaffoldSnippets t :tagCasing "kebab")
:grammar
(:customBlocks