From fdf6ef0ced84ec32b787e593789151a03bcd51c9 Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 21 Dec 2024 15:55:44 -0500 Subject: add toml filetype settings when working with hugo --- after/ftplugin/toml.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/toml.lua (limited to 'after/ftplugin') 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 -- cgit v1.2.3