Update
This commit is contained in:
@@ -8,7 +8,7 @@ end
|
||||
|
||||
-- Disable spell checking for markdown and text files
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "markdown", "text", "tex" },
|
||||
pattern = { "markdown", "text", "tex", "typst" },
|
||||
callback = function()
|
||||
vim.opt_local.spell = false
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user