We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef75e4 commit 0896609Copy full SHA for 0896609
1 file changed
lua/lazy-plugins.lua
@@ -20,7 +20,6 @@ require('lazy').setup({
20
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
21
--
22
23
-
24
-- modular approach: using `require 'path/name'` will
25
-- include a plugin definition from file lua/path/name.lua
26
@@ -63,7 +62,7 @@ require('lazy').setup({
63
62
-- This is the easiest way to modularize your config.
64
65
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
66
- -- { import = 'custom.plugins' },
+ { import = 'custom.plugins' },
67
68
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
69
-- Or use telescope!
0 commit comments