Add init.lua
This commit is contained in:
parent
d905c00ca3
commit
fd32fb4887
1 changed files with 5 additions and 0 deletions
5
init.lua
Normal file
5
init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
if vim.loader then
|
||||
vim.loader.enable()
|
||||
end
|
||||
|
||||
require "opdavies"
|
Reference in a new issue