enabled spell checking

This commit is contained in:
kalmenn 2024-01-07 18:16:05 +01:00
parent 01c084a5a3
commit 3dd0e7ac89
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@ return {
null_ls.setup({
sources = {
null_ls.builtins.completion.spell,
},
})
end,