Skip to content

Commit

Permalink
feat(nvim): Enable experimental byte-caching module loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed May 28, 2024
1 parent 13529b3 commit 17a4003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- use Neovim's experimental Lua module loader that does byte-caching of Lua modules
vim.loader.enable()
---Debug Lua stuff and print a nice debug message via `vim.inspect`.
---@param ... any
_G.dbg = function(...)
Expand Down

0 comments on commit 17a4003

Please sign in to comment.