Skip to content

Commit 5f162a9

Browse files
committed
(mini.deps) Update docs with note about installing 'mini.nvim' as "opt".
1 parent 14dee9c commit 5f162a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readmes/mini-deps.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ require('mini.deps').setup({ path = { package = path_package } })
7777

7878
To install from standalone repository, replace any occurrence of 'mini.nvim' in the code snippet to 'mini.deps'.
7979

80+
NOTE: 'mini.nvim' is installed in 'pack/deps/start' and not 'pack/deps/opt' to always be included in 'mini.deps' session. If you want to make it "opt" plugin (as any other installed plugin), use 'pack/deps/opt' but add `MiniDeps.add('mini.nvim')` call after 'mini.deps' is set up.
81+
8082
## Overview
8183

8284
See and use [example 'init.lua' file](../scripts/init-deps-example.lua) as a quick demo of how 'mini.deps' can be used:

0 commit comments

Comments
 (0)