diff options
author | LostNeophyte <[email protected]> | 2023-01-18 14:21:31 +0100 |
---|---|---|
committer | opalmay <[email protected]> | 2023-01-20 23:52:10 +0200 |
commit | 74bd5e16aa2a9dc4bd751618982fcd6cfba3a036 (patch) | |
tree | ac67ecf269cbfb93a008a6279b93a212a334b618 /init.lua | |
parent | 2d3140f0d7497cc8352190b2fd4737a7a3420a68 (diff) |
perf: lazy load most plugins
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,5 +23,3 @@ Log:debug "Starting LunarVim" local commands = require "lvim.core.commands" commands.load(commands.defaults) - -require("lvim.lsp").setup() |