Skip to content

Commit

Permalink
fix: server_configurations -> configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mangkoran committed Oct 8, 2024
1 parent 3102998 commit 8255126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lang/web.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ return {
},
setup = {
html = function(_, opts)
local html = require("lspconfig.server_configurations.html")
local html = require("lspconfig.configs.html")
opts.filetypes = opts.filetypes or {}
vim.list_extend(opts.filetypes, html.default_config.filetypes)
vim.list_extend(opts.filetypes, { "nunjucks" })
Expand Down

0 comments on commit 8255126

Please sign in to comment.