.files/.config/nvim/ftplugin/typst.lua

4 lines
87 B
Lua

vim.o.shiftwidth = 2
vim.o.tabstop = 2
vim.o.textwidth = 100
vim.o.colorcolumn = "100"