From b56b0d3ca316395a903ed1c7a040bda0ae321c36 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Wed, 11 Dec 2024 13:58:21 +0100 Subject: fresh start --- nvim/after/ftplugin/terraform.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvim/after/ftplugin/terraform.lua (limited to 'nvim/after/ftplugin/terraform.lua') diff --git a/nvim/after/ftplugin/terraform.lua b/nvim/after/ftplugin/terraform.lua new file mode 100644 index 0000000..9edb208 --- /dev/null +++ b/nvim/after/ftplugin/terraform.lua @@ -0,0 +1,4 @@ +vim.bo.tabstop = 2 +vim.bo.shiftwidth = 2 +vim.bo.expandtab = true +vim.bo.softtabstop = 2 -- cgit v1.2.3