style(init.lua): remove extra newline at the beginning of the file to improve code readability

This commit is contained in:
David Ibia
2024-07-29 01:01:19 +01:00
parent 2feb9797f7
commit e633db4e7e

View File

@@ -1,6 +1,7 @@
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?/init.lua;"
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua;"
require("absolute.core")
require("absolute.lazy")
require("absolute.helpers")