feat(neovim): enable lua bytecode loader

main
mandlm 2024-09-27 07:47:07 +02:00
parent 50e96683a4
commit 4b947e65ec
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@
]; ];
extraLuaConfig = '' extraLuaConfig = ''
vim.loader.enable()
require("local_keymaps") require("local_keymaps")
require("local_options") require("local_options")
require("local_commands") require("local_commands")