Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
Missing this environment variable, there is no color display in neoide.
  • Loading branch information
anoxia authored Jan 15, 2024
1 parent 2854a7d commit be041f4
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ Use this bash script to start neovide
```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

0 comments on commit be041f4

Please sign in to comment.