add lua specific ftplugin
This commit is contained in:
6
after/ftplugin/lua.lua
Normal file
6
after/ftplugin/lua.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local set = vim.opt_local
|
||||
|
||||
set.shiftwidth = 2
|
||||
set.number = true
|
||||
set.relativenumber = true
|
||||
|
||||
Reference in New Issue
Block a user