From 5f574e91bc3d17da8f6f9afc9902a12f760c8927 Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Tue, 16 Jun 2020 13:49:07 +0900 Subject: config: remove unnecessary code comennts and utf8 option Remove meaningless code comments because they are increased by copy and paste. Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones. --- lua/nvim_lsp/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim_lsp/html.lua') 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) -- cgit v1.2.3-70-g09d2