[nvim] fixed tex, [cs2] fixed sens, [zsh, profile] fixed pyenv

This commit is contained in:
2025-11-17 09:56:39 +01:00
parent f29c77e0f7
commit fd6670e8b1
8 changed files with 20 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
-- Spell-check (tweak languages to your needs)
vim.opt_local.spell = true
vim.opt_local.spelllang = { "en_gb", "de_de", "fr_fr" }
vim.opt_local.spelllang = { "en_gb", "de_de", "fr" }
-- Niceties for prose/math
vim.opt_local.wrap = true