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

3 lines
64 B
Lua

vim.bo.shiftwidth = 2
vim.bo.tabstop = 2
vim.bo.textwidth = 100