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,5 +1,5 @@
vim.opt_local.spell = true
vim.opt_local.spelllang = { "en_us", "de_de", "fr_fr" }
vim.opt_local.spelllang = { "en_gb", "de_de", "fr_fr" }
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.conceallevel = 2