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
|
-- 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,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
UXP
|
||||||
|
Monorepo
|
||||||
|
Quickstart
|
||||||
|
Vite
|
||||||
|
npm
|
||||||
|
InDesign
|
||||||
|
Vue
|
||||||
|
monorepo
|
||||||
Binary file not shown.
Reference in New Issue
Block a user