Files
SoloVim/after/ftplugin/typst.lua
2024-11-07 10:00:10 +02:00

9 lines
231 B
Lua

vim.opt_local.tabstop = 2
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"