mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(neovim): Blank to default lsp configurations
- Configuration for files under `/lsp` are added
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
return {
|
||||
-- cmd = { ... },
|
||||
-- filetypes = { ... },
|
||||
-- capabilities = {},
|
||||
cmd = { "vscode-html-language-server", "--stdio" },
|
||||
filetypes = { "html", "twig", "hbs" },
|
||||
settings = {
|
||||
html = {
|
||||
format = { wrapLineLength = 120 },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user