spell stuff

This commit is contained in:
2025-06-03 14:25:35 +02:00
parent ef615fa7d3
commit ad70ada381
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ vim.keymap.set("v", "k", "gk", { noremap = true, silent = true })
-- Spellchecker -- Spellchecker
vim.api.nvim_create_autocmd("FileType", { vim.api.nvim_create_autocmd("FileType", {
pattern = { "markdown", "text", "typst" }, -- pattern = { "markdown", "text", "typst" },
callback = function() callback = function()
vim.opt_local.spell = true vim.opt_local.spell = true
vim.opt_local.spelllang = "de" vim.opt_local.spelllang = "en"
end, end,
}) })
+8
View File
@@ -0,0 +1,8 @@
UXP
Monorepo
Quickstart
Vite
npm
InDesign
Vue
monorepo
Binary file not shown.