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.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim_lsp/html.lua b/lua/nvim_lsp/html.lua
index 4aa5f29a..363fba7b 100644
--- a/lua/nvim_lsp/html.lua
+++ b/lua/nvim_lsp/html.lua
@@ -1,6 +1,5 @@
local configs = require 'nvim_lsp/configs'
local util = require 'nvim_lsp/util'
-local lsp = vim.lsp
local server_name = "html"
local bin_name = "html-languageserver"