Skip to content

Commit 0896609

Browse files
committed
Plugins: also load plugins from lua/custom/plugins/
1 parent 9ef75e4 commit 0896609

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lua/lazy-plugins.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ require('lazy').setup({
2020
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
2121
--
2222

23-
2423
-- modular approach: using `require 'path/name'` will
2524
-- include a plugin definition from file lua/path/name.lua
2625

@@ -63,7 +62,7 @@ require('lazy').setup({
6362
-- This is the easiest way to modularize your config.
6463
--
6564
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
66-
-- { import = 'custom.plugins' },
65+
{ import = 'custom.plugins' },
6766
--
6867
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
6968
-- Or use telescope!

0 commit comments

Comments
 (0)