update to autoexec and neovim

This commit is contained in:
2025-12-27 14:25:37 +01:00
parent 9c573ed810
commit 545757d8a2
13 changed files with 28 additions and 144 deletions

View File

@@ -1,5 +1,4 @@
vim.opt_local.spell = true
vim.opt_local.spelllang = { "en_gb", "de_de", "fr_fr" }
vim.opt_local.spelllang = { "en_gb", "de_de", "fr" }
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.conceallevel = 2