Skip to content

Commit

Permalink
docs: add examples to run dev mode (LunarVim#412)
Browse files Browse the repository at this point in the history
* add examples to run dev mode

* Update plugins.md

---------

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
  • Loading branch information
r3mcos3 and LostNeophyte authored Jun 16, 2023
1 parent 4f92aeb commit b0eb50d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/configuration/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@ A plugin's README (and `docs/` folder if it exists) typically contain excellent
### Pinning

Versions of core plugins are pinned for better stability,
you can disable pinning by setting an environment variable `$LVIM_DEV_MODE`, e.g. can be defined in `~/.local/bin/lvim`
you can disable pinning by setting an environment variable `$LVIM_DEV_MODE`, e.g. can be defined in `~/.local/bin/lvim` or in your shell's rc file:

```bash
export LVIM_DEV_MODE=1
# or
alias lvim="LVIM_DEV_MODE=1 lvim"
```

0 comments on commit b0eb50d

Please sign in to comment.