diff --git a/after/ftplugin/helm.lua b/after/ftplugin/helm.lua new file mode 100644 index 0000000..54fcb23 --- /dev/null +++ b/after/ftplugin/helm.lua @@ -0,0 +1,5 @@ +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2 +vim.opt_local.expandtab = true + diff --git a/after/ftplugin/yaml.lua b/after/ftplugin/yaml.lua new file mode 100644 index 0000000..54fcb23 --- /dev/null +++ b/after/ftplugin/yaml.lua @@ -0,0 +1,5 @@ +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2 +vim.opt_local.expandtab = true +