mirror of
https://github.com/tjdevries/advent-of-nvim.git
synced 2026-01-10 09:54:44 +00:00
sorry, i forgot to update this more regularly
This commit is contained in:
5
nvim/after/ftplugin/lua.lua
Normal file
5
nvim/after/ftplugin/lua.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local set = vim.opt_local
|
||||
|
||||
set.shiftwidth = 2
|
||||
set.number = true
|
||||
set.relativenumber = true
|
||||
Reference in New Issue
Block a user