SoloVim/after/ftplugin/typst.lua

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"