From 383d7e510270677f08da143e80afbdbc28ca59e3 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 16 Apr 2025 19:40:15 +0900 Subject: [PATCH] new(nvim): add config for org --- dotfiles/neovim/after/ftplugin/org.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dotfiles/neovim/after/ftplugin/org.lua diff --git a/dotfiles/neovim/after/ftplugin/org.lua b/dotfiles/neovim/after/ftplugin/org.lua new file mode 100644 index 0000000..530b84c --- /dev/null +++ b/dotfiles/neovim/after/ftplugin/org.lua @@ -0,0 +1,2 @@ +vim.o.tabstop = 2 +vim.o.shiftwidth = 2