add lua specific ftplugin

This commit is contained in:
Jonathan DeMasi
2025-09-12 22:29:14 -06:00
parent cd558d5708
commit 912ee56b04

6
after/ftplugin/lua.lua Normal file
View File

@@ -0,0 +1,6 @@
local set = vim.opt_local
set.shiftwidth = 2
set.number = true
set.relativenumber = true