diff --git a/dotfiles/neovim/after/ftplugin/typst.lua b/dotfiles/neovim/after/ftplugin/typst.lua new file mode 100644 index 0000000..530b84c --- /dev/null +++ b/dotfiles/neovim/after/ftplugin/typst.lua @@ -0,0 +1,2 @@ +vim.o.tabstop = 2 +vim.o.shiftwidth = 2