mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
The Lua Journey Begins...
This commit is contained in:
parent
d002b0419a
commit
0dc3c5030b
102 changed files with 292 additions and 7863 deletions
|
@ -1,11 +0,0 @@
|
|||
-- npm install -g vscode-html-languageserver-bin
|
||||
--Enable (broadcasting) snippet capability for completion
|
||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
capabilities.textDocument.completion.completionItem.snippetSupport = true
|
||||
|
||||
require'lspconfig'.html.setup {
|
||||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
|
||||
require'lspconfig'.html.setup{}
|
Loading…
Add table
Add a link
Reference in a new issue