aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim_lsp/html.lua')
-rw-r--r--lua/nvim_lsp/html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/html.lua b/lua/nvim_lsp/html.lua
index 363fba7b..e8ccc0ac 100644
--- a/lua/nvim_lsp/html.lua
+++ b/lua/nvim_lsp/html.lua
@@ -13,7 +13,7 @@ local installer = util.npm_installer {
local root_pattern = util.root_pattern("package.json")
configs[server_name] = {
- default_config = util.utf8_config {
+ default_config = {
cmd = {bin_name, "--stdio"};
filetypes = {"html"};
root_dir = function(fname)