diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 9a6cc75..0000000 --- a/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -[*.lua] -indent_style = space -indent_size = 2 diff --git a/after/ftplugin/lua.lua b/after/ftplugin/lua.lua new file mode 100644 index 0000000..30c5dde --- /dev/null +++ b/after/ftplugin/lua.lua @@ -0,0 +1,3 @@ +vim.opt_local.expandtab = true +vim.opt_local.shiftwidth = 2 +vim.opt_local.tabstop = 2