diff --git a/after/ftplugin/lua.lua b/after/ftplugin/lua.lua new file mode 100644 index 0000000..6d9249b --- /dev/null +++ b/after/ftplugin/lua.lua @@ -0,0 +1,6 @@ +local set = vim.opt_local + +set.shiftwidth = 2 +set.number = true +set.relativenumber = true +