From 8bd8447734862607dba439e54433da2eb503bbd2 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 7 Feb 2024 21:19:04 +0900 Subject: [PATCH] neovim: typst: option for typst --- dotfiles/neovim/after/ftplugin/typst.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dotfiles/neovim/after/ftplugin/typst.lua 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