Skip to content

Commit 7f642e2

Browse files
committed
feat: typos-cli integration
1 parent ee04112 commit 7f642e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lua/custom/plugins/lsp.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ return {
203203
end
204204
end,
205205
})
206+
207+
require("null-ls").setup({
208+
sources = {
209+
require("user.typos").actions,
210+
require("user.typos").diagnostics,
211+
},
212+
})
206213
end,
207214
},
208215
}

0 commit comments

Comments
 (0)