Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.md #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions versioned_docs/version-1.3/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
```bash
#!/usr/bin/env bash

export NVIM_APPNAME="${NVIM_APPNAME:-"lvim"}"

Check failure on line 17 in versioned_docs/version-1.3/faq.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`APPNAME` is not a recognized word. (unrecognized-spelling)

Check failure on line 17 in versioned_docs/version-1.3/faq.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`APPNAME` is not a recognized word. (unrecognized-spelling)

export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}"
export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"$HOME/.config/lvim"}"
export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"$HOME/.cache/lvim"}"
Expand Down
Loading