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

4 lines
91 B
Lua

vim.bo.shiftwidth = 2
vim.bo.tabstop = 2
vim.bo.textwidth = 100
vim.wo.colorcolumn = "100"