mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(init.lua): remove extra newline at the beginning of the file to improve code readability
This commit is contained in:
@@ -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/?/init.lua;"
|
||||||
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua;"
|
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua;"
|
||||||
|
|
||||||
|
|
||||||
require("absolute.core")
|
require("absolute.core")
|
||||||
require("absolute.lazy")
|
require("absolute.lazy")
|
||||||
require("absolute.helpers")
|
require("absolute.helpers")
|
||||||
|
|||||||
Reference in New Issue
Block a user