Public Access
spell stuff
This commit is contained in:
+2
-2
@@ -17,10 +17,10 @@ vim.keymap.set("v", "k", "gk", { noremap = true, silent = true })
|
||||
|
||||
-- Spellchecker
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "markdown", "text", "typst" },
|
||||
-- pattern = { "markdown", "text", "typst" },
|
||||
callback = function()
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.spelllang = "de"
|
||||
vim.opt_local.spelllang = "en"
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user