summaryrefslogtreecommitdiff
path: root/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin')
-rw-r--r--after/ftplugin/toml.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/toml.lua b/after/ftplugin/toml.lua
new file mode 100644
index 0000000..78c5eeb
--- /dev/null
+++ b/after/ftplugin/toml.lua
@@ -0,0 +1,3 @@
+vim.opt_local.shiftwidth = 2
+vim.opt_local.tabstop = 2
+vim.opt_local.expandtab = true