feat(neovim): enable lua bytecode loader
This commit is contained in:
parent
50e96683a4
commit
4b947e65ec
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue