Enable spell checking in settings

This change activates spell checking and sets the language to British English.
This commit is contained in:
Ray Elliott 2026-01-19 15:29:19 +00:00
commit 75b8b88a04
2 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,9 @@ return {
tab_char = '',
},
scope = {
enabled = true, -- Highlight current scope
show_start = true, -- Show underline at start of scope
show_end = false, -- Don't show underline at end (can be noisy)
enabled = true, -- Highlight current scope indent guide
show_start = true, -- Disable underline at start of scope
show_end = false, -- Don't show underline at end
},
exclude = {
filetypes = {