feat: new config with everything manually installed
This commit is contained in:
5
lsp/html.lua
Normal file
5
lsp/html.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'vscode-html-language-server', '--stdio' },
|
||||
filetypes = { 'html', 'htm', 'xhtml' },
|
||||
root_markers = { '.git', 'index.html' },
|
||||
}
|
||||
Reference in New Issue
Block a user