Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysl2 committed Aug 21, 2024
1 parent 823d114 commit 22e093c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ysl/lsp/nvim_lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ return {
}

local ensure_installed = {}
for _, linter in pairs(lint.linters_by_ft) do
vim.list_extend(ensure_installed, linter)
for _, linters in pairs(lint.linters_by_ft) do
vim.list_extend(ensure_installed, linters)
end
vim.list_extend(ensure_installed, always)

Expand Down

0 comments on commit 22e093c

Please sign in to comment.