Skip to content

Commit

Permalink
fix(bootstrap): Bootstrapping fails to load
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Mar 22, 2024
1 parent 72f7de2 commit 3807fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/nvimrc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*nvimrc.txt* For Neovim >= 0.9.4 Last change: 2024 March 19
*nvimrc.txt* For Neovim >= 0.9.4 Last change: 2024 March 22

==============================================================================
Table of Contents *nvimrc-table-of-contents*
Expand Down
4 changes: 2 additions & 2 deletions lua/lb/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require("lazy").setup({
defaults = { lazy = true },
concurrency = 6,
install = {
missing = false,
missing = true,
colorscheme = { "gruvbox-material" },
},
dev = {
Expand All @@ -21,7 +21,7 @@ require("lazy").setup({
fallback = true,
},
checker = {
enabled = true,
enabled = false,
},
change_detection = {
enabled = false,
Expand Down

0 comments on commit 3807fd3

Please sign in to comment.