feat(neovim): enable lua bytecode loader
This commit is contained in:
parent
50e96683a4
commit
4b947e65ec
@ -126,6 +126,8 @@
|
||||
];
|
||||
|
||||
extraLuaConfig = ''
|
||||
vim.loader.enable()
|
||||
|
||||
require("local_keymaps")
|
||||
require("local_options")
|
||||
require("local_commands")
|
||||
|
Reference in New Issue
Block a user