Skip to content

Commit

Permalink
refactor(plugins)!: deprecate plugins.lua file and manage plugins by …
Browse files Browse the repository at this point in the history
…separate file inside plugins directory
  • Loading branch information
ecosse3 committed May 20, 2024
1 parent 98f5d88 commit d28830a
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1,005 deletions.
4 changes: 2 additions & 2 deletions lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.runtimepath:prepend(lazypath)

require("lazy").setup("config.plugins", {
defaults = { lazy = true },
require("lazy").setup("plugins", {
defaults = { lazy = false },
install = { colorscheme = { "tokyonight" } },
checker = { enabled = true },
concurrency = 5,
Expand Down
Loading

0 comments on commit d28830a

Please sign in to comment.