Skip to content

Commit

Permalink
fix: revert set_handlers for now
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 2, 2024
1 parent f1a187c commit f2fe955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazydev/buf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function M.update()
)
end
for _, client in ipairs(M.get_clients()) do
M.set_handlers(client)
-- M.set_handlers(client)
local settings = vim.deepcopy(client.settings or {})

---@type string[]
Expand Down

0 comments on commit f2fe955

Please sign in to comment.