Updated Home (markdown)

rebuilt 2021-07-06 13:15:25 +02:00
parent 615ccddeb6
commit 861679b8bd

40
Home.md

@ -11,7 +11,7 @@
- [Enabling a language server](https://github.com/ChristianChiarulli/LunarVim/wiki/Enabling-a-language-server)
- [Formatters and Linters](https://github.com/ChristianChiarulli/LunarVim/wiki/Formatters-and-Linters)
- [De-bugging](#de-bugging)
- [VSCodium](#vscodium)
- [VSCodium](https://github.com/ChristianChiarulli/LunarVim/wiki/Setting-up-VSCodium)
- [Color Schemes](#color-schemes)
* [Available colorschemes](#available-colorschemes)
* [Switching colors](#switching-colors)
@ -21,44 +21,6 @@
- [Community links](#community-links)
- [TODO](#todo)
# Color schemes
Color schemes are provided by [this
repository](https://github.com/ChristianChiarulli/nvcode-color-schemes.vim).
Follow that link for information about editing specific colors for a
color scheme. The provided color schemes are compatible with tree-sitter
highlight groups. Color schemes are installed to
\~/.local/share/nvim/site/pack/packer/opt/nvcode-color-schemes.vim. If
you edit files in that directory, they will be overwritten the next time
Packer compiles your plugins.
## Available colorschemes:
``` bash
nvcode (basically just dark+)
onedark
nord
aurora (more colorful nord)
gruvbox
palenight
snazzy (Based on hyper-snazzy by Sindre Sorhus)
```
## Switching colors
To switch color schemes on the fly, type the following command:
``` vim
:Telescope colorscheme
```
To change the color scheme permanently, modify
\~/.config/nvim/lv-config.lua
``` lua
O.colorscheme = 'lunar'
```
# Useful commands for troubleshooting
Whether you plan on using LunarVim as is or as a base to configure your