Update: 2024-11-07

This commit is contained in:
2024-11-07 10:00:10 +02:00
parent 1f6468b827
commit a0fd8d93e2
12 changed files with 102 additions and 36 deletions

View File

@@ -3,3 +3,6 @@ vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2
vim.opt_local.wrap = true
vim.opt_local.spell = true
vim.opt_local.spelllang = "lv"
vim.opt_local.textwidth = 80
vim.opt_local.colorcolumn = "80"