nvim: format init.lua
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
_G.load = function(file)
|
_G.load = function(file)
|
||||||
require("plenary.reload").reload_module(file, true)
|
require("plenary.reload").reload_module(file, true)
|
||||||
return require(file)
|
return require(file)
|
||||||
end
|
end
|
||||||
|
|
||||||
require("plugins")
|
require("plugins")
|
||||||
|
|||||||
Reference in New Issue
Block a user