feat(nvim): enable experimental lua loader

See https://github.com/neovim/neovim/pull/22668
This commit is contained in:
Price Hiller 2023-05-13 05:26:24 -05:00
parent 27893934c5
commit 9a57e47ec4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1 +1,2 @@
vim.loader.enable()
require("main") require("main")