Skip to content

Commit fe64f5c

Browse files
committed
comments
1 parent 19c9721 commit fe64f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/base/2-lazy.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ local function setup_lazy(lazy_dir)
8686
spec = spec,
8787
defaults = { lazy = true },
8888
performance = {
89-
rtp = { -- Use deflate to download faster from the plugin repos.
89+
rtp = { -- Disable unnecessary nvim features to speed up startup.
9090
disabled_plugins = {
9191
"tohtml",
9292
"gzip",
@@ -106,7 +106,7 @@ end
106106
local lazy_dir = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
107107
local is_first_startup = not vim.uv.fs_stat(lazy_dir)
108108

109-
-- call the functions defined above.
109+
-- Call the functions defined above.
110110
if is_first_startup then
111111
git_clone_lazy(lazy_dir)
112112
after_installing_plugins_load({ "nvim-treesitter", "mason" })

0 commit comments

Comments
 (0)