fixed some nvim errors, added env vars and did some small changes to autoexec, disabled automatic profiles for hyprsunset

This commit is contained in:
2025-11-16 00:11:23 +01:00
parent 8062d034ac
commit f29c77e0f7
6 changed files with 83 additions and 114 deletions

View File

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